upgrade flutter & deps

This commit is contained in:
Fabian Freund
2025-11-13 09:15:12 +01:00
parent 09164625d4
commit 11f932b68e
8 changed files with 23 additions and 33 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version: 3.35.4 flutter-version: 3.38.0
cache: true cache: true
- name: Setup Flutter dependencies - name: Setup Flutter dependencies
+14 -24
View File
@@ -8,9 +8,9 @@ environment:
sdk: '>=3.8.0 <4.0.0' sdk: '>=3.8.0 <4.0.0'
dependencies: dependencies:
background_fetch: ^1.4.0 background_fetch: ^1.5.0
collection: ^1.19.1 collection: ^1.19.1
copy_with_extension: ^9.1.1 copy_with_extension: ^10.0.1
country_flags: ^4.1.0 country_flags: ^4.1.0
drift: ^2.29.0 drift: ^2.29.0
dynamic_color: ^1.8.1 dynamic_color: ^1.8.1
@@ -26,17 +26,17 @@ dependencies:
flutter_material_design_icons: ^1.1.7447 flutter_material_design_icons: ^1.1.7447
flutter_mozilla_components: flutter_mozilla_components:
path: ../packages/flutter_mozilla_components path: ../packages/flutter_mozilla_components
flutter_reorderable_grid_view: ^5.5.1 flutter_reorderable_grid_view: ^5.5.2
flutter_secure_storage: ^10.0.0-beta.4 flutter_secure_storage: ^10.0.0-beta.4
flutter_slidable: ^4.0.3 flutter_slidable: ^4.0.3
flutter_svg: ^2.2.1 flutter_svg: ^2.2.2
go_router: ^16.2.5 go_router: ^17.0.0
google_fonts: ^6.3.2 google_fonts: ^6.3.2
graphview: ^1.5.1 graphview: ^1.5.1
home_widget: ^0.8.1 home_widget: ^0.8.1
hooks_riverpod: ^3.0.3 hooks_riverpod: ^3.0.3
html: ^0.15.6 html: ^0.15.6
http: ^1.5.0 http: ^1.6.0
http_parser: ^4.1.2 http_parser: ^4.1.2
intl: ^0.20.2 intl: ^0.20.2
json_annotation: ^4.9.0 json_annotation: ^4.9.0
@@ -60,9 +60,9 @@ dependencies:
quick_actions: ^1.1.0 quick_actions: ^1.1.0
riverpod: ^3.0.3 riverpod: ^3.0.3
riverpod_annotation: ^3.0.3 riverpod_annotation: ^3.0.3
rss_dart: ^1.0.13 rss_dart: ^1.0.14
rxdart: ^0.28.0 rxdart: ^0.28.0
share_plus: ^12.0.0 share_plus: ^12.0.1
simple_intent_receiver: simple_intent_receiver:
path: ../packages/simple_intent_receiver path: ../packages/simple_intent_receiver
skeletonizer: ^2.1.0+1 skeletonizer: ^2.1.0+1
@@ -72,7 +72,7 @@ dependencies:
speech_to_text_google_dialog: speech_to_text_google_dialog:
git: git:
url: https://github.com/FaFre/speech_to_text_google_dialog.git url: https://github.com/FaFre/speech_to_text_google_dialog.git
sqlite3: ^2.9.3 sqlite3: ^2.9.4
sqlite3_flutter_libs: ^0.5.40 sqlite3_flutter_libs: ^0.5.40
synchronized: ^3.4.0 synchronized: ^3.4.0
text_scroll: ^0.2.1 text_scroll: ^0.2.1
@@ -84,29 +84,19 @@ dependencies:
git: git:
url: https://github.com/FaFre/uri-to-file.git url: https://github.com/FaFre/uri-to-file.git
url_launcher: ^6.3.2 url_launcher: ^6.3.2
uuid: ^4.5.1 uuid: ^4.5.2
dependency_overrides:
# Avoid gradle 8.12 for fdroid compatibility for now
flutter_plugin_android_lifecycle: 2.0.29
local_auth_android: 1.0.51
path_provider_android: 2.2.17
url_launcher_android: 6.3.17
quick_actions_android: 1.0.22
package_info_plus: 8.3.1
share_plus: 11.1.0
dev_dependencies: dev_dependencies:
build_runner: ^2.7.1 build_runner: ^2.10.2
copy_with_extension_gen: ^9.1.1 copy_with_extension_gen: ^10.0.1
custom_lint: ^0.8.0 custom_lint: ^0.8.1
dependency_validator: ^5.0.3 dependency_validator: ^5.0.3
drift_dev: ^2.29.0 drift_dev: ^2.29.0
fast_equatable_lint: ^0.5.0 fast_equatable_lint: ^0.5.0
flutter_launcher_icons: ^0.14.4 flutter_launcher_icons: ^0.14.4
flutter_test: flutter_test:
sdk: flutter sdk: flutter
go_router_builder: ^4.1.0 go_router_builder: ^4.1.1
json_serializable: ^6.11.1 json_serializable: ^6.11.1
lint: ^2.8.0 lint: ^2.8.0
riverpod_generator: ^3.0.3 riverpod_generator: ^3.0.3
@@ -18,7 +18,7 @@ dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter
lint: ^2.8.0 lint: ^2.8.0
pigeon: ^26.0.2 pigeon: ^26.1.0
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
+1 -1
View File
@@ -16,7 +16,7 @@ dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter
lint: ^2.8.0 lint: ^2.8.0
pigeon: ^26.0.2 pigeon: ^26.1.0
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
@@ -11,17 +11,17 @@ environment:
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
http: ^1.5.0 http: ^1.6.0
json_annotation: ^4.9.0 json_annotation: ^4.9.0
socks5_proxy: ^2.1.1 socks5_proxy: ^2.1.1
dev_dependencies: dev_dependencies:
build_runner: ^2.7.1 build_runner: ^2.10.2
flutter_test: flutter_test:
sdk: flutter sdk: flutter
json_serializable: ^6.11.1 json_serializable: ^6.11.1
lint: ^2.8.0 lint: ^2.8.0
pigeon: ^26.0.2 pigeon: ^26.1.0
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
+1 -1
View File
@@ -16,7 +16,7 @@ dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter
lint: ^2.8.0 lint: ^2.8.0
pigeon: ^26.0.2 pigeon: ^26.1.0
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
+1 -1
View File
@@ -27,7 +27,7 @@ dependencies:
plugin_platform_interface: ^2.1.8 plugin_platform_interface: ^2.1.8
dev_dependencies: dev_dependencies:
ffigen: ^19.1.0 ffigen: ^20.0.0
flutter_test: flutter_test:
sdk: flutter sdk: flutter
lint: ^2.8.0 lint: ^2.8.0
+1 -1
View File
@@ -13,7 +13,7 @@ workspace:
- packages/locale_resolver - packages/locale_resolver
- packages/locale_resolver/example - packages/locale_resolver/example
dev_dependencies: dev_dependencies:
melos: ^7.2.0 melos: ^7.3.0
melos: melos:
name: weblibre_project name: weblibre_project