fix applocalizations

This commit is contained in:
2025-08-31 18:22:40 +02:00
parent b6134c5506
commit 2f74f5ed78
29 changed files with 203 additions and 68 deletions

View File

@@ -18,7 +18,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.17.6 <3.0.0"
#sdk: ">=2.17.6 <3.0.0"
sdk: ">=3.0.0 <4.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
@@ -36,8 +37,8 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
flutter_local_notifications: ^17.2.0
timezone: ^0.9.4
flutter_local_notifications: ^19.4.1
timezone: ^0.10.1
cupertino_icons: ^1.0.2
http: ^1.2.1
shared_preferences: ^2.2.3
@@ -46,17 +47,18 @@ dependencies:
camera_web: ^0.3.3
path_provider: ^2.1.3
path: ^1.9.0
flutter_gemini: ^2.0.4
flutter_dotenv: ^5.1.0
flutter_gemini: ^3.0.0
flutter_dotenv: ^6.0.0
image_picker: ^1.1.2
date_format_field: ^0.1.0
textfield_tags: ^3.0.1
geolocator: ^13.0.1
permission_handler: ^11.3.1
geolocator: ^14.0.2
permission_handler: ^12.0.1
url_launcher: ^6.3.1
google_mobile_ads: ^5.3.1
encrypt_shared_preferences: ^0.8.8
google_mobile_ads: ^6.0.0
encrypt_shared_preferences: ^0.9.10
provider: ^6.1.2 # ou la dernière version
mapbox_maps_flutter: ^2.10.0
dev_dependencies:
flutter_test:
@@ -67,7 +69,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^4.0.0
flutter_lints: ^6.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
@@ -75,7 +77,6 @@ dev_dependencies:
# The following section is specific to Flutter packages.
flutter:
generate: true
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.