Compare commits

...

5 commits

Author SHA1 Message Date
Vadim
2e7913473e updated goldens 2025-01-20 19:25:06 +01:00
Vadim
63beb673c8 reverted color utils 2025-01-20 19:15:06 +01:00
Vadim
078ef5a24e use exact versions 2025-01-20 18:39:54 +01:00
Vadim
8172182d6f update color utils 2025-01-20 18:38:20 +01:00
Vadim
0d5eeb2040 typo 2025-01-20 17:48:57 +01:00
3 changed files with 26 additions and 25 deletions

View file

@ -27,6 +27,7 @@ jobs:
bash .github/scripts/restore_from_base64.sh "${{ secrets.CONSTANTS }}" "lib/constants.dart"
bash .github/scripts/restore_from_base64.sh "${{ secrets.GOOGLE_SERVICES_JSON_IOS }}" "ios/Runner/GoogleService-Info.plist"
bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_APP_ID_FILE }}" "ios/firebase_app_id_file.json"
bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_JSON }}" "firebase.json"
- uses: subosito/flutter-action@v2
with:

View file

@ -648,10 +648,10 @@ packages:
dependency: "direct dev"
description:
name: google_fonts
sha256: "2776c66b3e97c6cdd58d1bd3281548b074b64f1fd5c8f82391f7456e38849567"
sha256: b1ac0fe2832c9cc95e5e88b57d627c5e68c223b9657f4b96e1487aa9098c7b82
url: "https://pub.dev"
source: hosted
version: "4.0.5"
version: "6.2.1"
graphs:
dependency: transitive
description:
@ -1460,10 +1460,10 @@ packages:
dependency: transitive
description:
name: vibration_platform_interface
sha256: f66b39aab2447038978c16f3d6f77228e49ef5717556e3da02313e044e4a7600
sha256: "6ffeee63547562a6fef53c05a41d4fdcae2c0595b83ef59a4813b0612cd2bc36"
url: "https://pub.dev"
source: hosted
version: "0.0.2"
version: "0.0.3"
vm_service:
dependency: transitive
description:

View file

@ -7,14 +7,14 @@ environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
app_settings: ^5.1.1
app_settings: 5.1.1
auto_size_text: 3.0.0
bloc_concurrency: 0.3.0
camera: ^0.11.0+2
camera: 0.11.0+2
clipboard: 0.1.3
collection: any
dynamic_color: 1.7.0
exif: ^3.3.0
exif: 3.3.0
firebase_analytics: 11.4.0
firebase_core: 3.10.0
firebase_crashlytics: 4.3.0
@ -24,9 +24,9 @@ dependencies:
flutter_bloc: 9.0.0
flutter_localizations:
sdk: flutter
flutter_native_splash: ^2.4.4
intl: ^0.19.0
intl_utils: ^2.8.7
flutter_native_splash: 2.4.4
intl: 0.19.0
intl_utils: 2.8.7
light_sensor: 3.0.1
m3_lightmeter_iap:
git:
@ -36,32 +36,32 @@ dependencies:
git:
url: "https://github.com/vodemn/m3_lightmeter_resources"
ref: v2.1.0
material_color_utilities: 0.5.0
material_color_utilities: 0.12.0
package_info_plus: 8.1.3
permission_handler: ^11.3.1
platform: ^3.1.5
permission_handler: 11.3.1
platform: 3.1.5
shared_preferences: 2.3.5
url_launcher:
url_launcher_ios: ^6.3.2
url_launcher_ios: 6.3.2
uuid: 4.5.1
vibration: ^2.0.1
vibration: 2.0.1
dev_dependencies:
args: ^2.6.0
bloc_test: ^10.0.0
build_runner: ^2.4.14
args: 2.6.0
bloc_test: 10.0.0
build_runner: 2.4.14
flutter_test:
sdk: flutter
golden_toolkit: 0.15.0
google_fonts: ^4.0.4
image: ^4.3.0
google_fonts: 6.2.1
image: 4.3.0
integration_test:
sdk: flutter
lint: ^2.3.0
logging: ^1.3.0
meta: ^1.15.0
mocktail: ^1.0.4
test: ^1.25.8
lint: 2.3.0
logging: 1.3.0
meta: 1.15.0
mocktail: 1.0.4
test: 1.25.8
dependency_overrides:
material_color_utilities: 0.11.1