Skip to content

Commit aa1a72d

Browse files
chore: upgrade dependencies for Flutter 3.41 compatibility
- Upgrade freezed_annotation to ^3.0.0 (from ^2.4.1) - Upgrade freezed to ^3.1.0 (from ^2.4.1) - Remove build_verify (incompatible with Flutter 3.41 test_api) - Update material_color_utilities override to ^0.12.0 - Add dependency overrides for pointycastle, source_gen, dart_style to resolve freezed 3.x vs objectbox_generator conflicts
1 parent 951d70b commit aa1a72d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

pubspec.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ dependencies:
197197
flutter_rust_bridge: 2.3.0
198198
rust_lib_bluebubbles:
199199
path: rust_builder
200-
freezed_annotation: ^2.4.1
200+
freezed_annotation: ^3.0.0
201201
telephony_plus:
202202
path: ./telephony_plus
203203
barcode_widget: ^2.0.4
@@ -221,7 +221,7 @@ dependency_overrides:
221221
http: ^1.2.1 # metadata_fetch
222222
intl: ^0.19.0 # firebase_dart
223223
js: ^0.7.1 # socket_io_client
224-
material_color_utilities: ^0.11.1 # flutter test SDK
224+
material_color_utilities: ^0.12.0 # flutter test SDK
225225
permission_handler_platform_interface: ^4.2.1 # BB permission_handler_windows
226226
permission_handler_windows: # https://github.com/Baseflow/flutter-permission-handler/issues/983
227227
git:
@@ -231,18 +231,20 @@ dependency_overrides:
231231
uuid: ^4.4.0 # firebase_dart
232232
win32: ^5.5.3 # for build issue in flutter v3.24.0
233233
frontend_server_client: ^4.0.0 # for build_runner issues on v3.24.0
234+
pointycastle: ^3.9.1 # resolve encrypt vs objectbox_generator conflict
235+
source_gen: ^2.0.0 # resolve freezed 3.x vs objectbox_generator conflict
236+
dart_style: ^3.0.0 # resolve freezed 3.x vs objectbox_generator conflict
234237

235238
dev_dependencies:
236239
build_runner: ^2.4.12
237-
build_verify: ^3.1.0
238240
flutter_launcher_icons: ^0.13.1
239241
flutter_native_splash: ^2.4.0
240242
flutter_lints: ^4.0.0
241243
peanut: ^5.0.0
242244
objectbox_generator: any
243245
flutter_test:
244246
sdk: flutter
245-
freezed: ^2.4.1
247+
freezed: ^3.1.0
246248
in_app_purchase_platform_interface: ^1.4.0
247249

248250
flutter_icons:

0 commit comments

Comments
 (0)