diff --git a/pubspec.yaml b/pubspec.yaml index 7bcbadb13caa8f36e68011eb1366fc469038d763..0acbbd547d927a24ffa3b48d7ff7a5a3fcd3b3af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,10 +16,10 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.8+1 +version: 1.0.9+1 environment: - sdk: ^3.5.4 + sdk: ^3.5.4 isar_version: &isar_version 3.1.8 # define the version to be used @@ -30,75 +30,75 @@ isar_version: &isar_version 3.1.8 # define the version to be used # the latest version available on pub.dev. To see which dependencies have newer # versions available, run `flutter pub outdated`. dependencies: - flutter: - sdk: flutter + flutter: + sdk: flutter - # For multilaguage support - flutter_localization: ^0.3.1 - intl: any + # For multilaguage support + flutter_localization: ^0.3.1 + intl: any - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.8 - shared_preferences: ^2.5.1 - uuid: ^4.5.1 - flutter_foreground_task: ^8.17.0 - location: ^8.0.0 - geolocator: ^13.0.2 - flutter_blue_plus: ^1.35.2 - permission_handler: ^11.3.1 - provider: ^6.1.2 - flutter_map: ^8.0.0 - latlong2: ^0.9.1 - isar: - version: *isar_version - hosted: https://pub.isar-community.dev/ - isar_flutter_libs: - version: *isar_version - hosted: https://pub.isar-community.dev/ - path_provider: ^2.1.5 - sentry_flutter: ^8.13.2 - http: ^1.3.0 - http_parser: ^4.1.2 - toastification: ^3.0.1 - package_info_plus: ^8.3.0 - url_launcher: ^6.3.1 + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.8 + shared_preferences: ^2.5.1 + uuid: ^4.5.1 + flutter_foreground_task: ^8.17.0 + location: ^8.0.0 + geolocator: ^13.0.2 + flutter_blue_plus: ^1.35.2 + permission_handler: ^11.3.1 + provider: ^6.1.2 + flutter_map: ^8.0.0 + latlong2: ^0.9.1 + isar: + version: *isar_version + hosted: https://pub.isar-community.dev/ + isar_flutter_libs: + version: *isar_version + hosted: https://pub.isar-community.dev/ + path_provider: ^2.1.5 + sentry_flutter: ^8.13.2 + http: ^1.3.0 + http_parser: ^4.1.2 + toastification: ^3.0.1 + package_info_plus: ^8.3.0 + url_launcher: ^6.3.1 dev_dependencies: - flutter_test: - sdk: flutter + flutter_test: + sdk: flutter - # The "flutter_lints" package below contains a set of recommended lints to - # encourage good coding practices. The lint set provided by the package is - # 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: ^5.0.0 - isar_generator: - version: *isar_version - hosted: https://pub.isar-community.dev/ - build_runner: any - flutter_launcher_icons: "^0.14.3" + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # 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: ^5.0.0 + isar_generator: + version: *isar_version + hosted: https://pub.isar-community.dev/ + build_runner: any + flutter_launcher_icons: "^0.14.3" flutter_launcher_icons: - android: true - ios: true - remove_alpha_ios: true - image_path: "assets/icon.png" - min_sdk_android: 21 # android min sdk min:16, default 21 + android: true + ios: true + remove_alpha_ios: true + image_path: "assets/icon.png" + min_sdk_android: 21 # android min sdk min:16, default 21 - # For information on the generic Dart part of this file, see the - # following page: https://dart.dev/tools/pub/pubspec + # For information on the generic Dart part of this file, see the + # following page: https://dart.dev/tools/pub/pubspec - # The following section is specific to Flutter packages. + # 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. - uses-material-design: true - assets: - - assets/icon.png + 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. + uses-material-design: true + assets: + - assets/icon.png # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec