chore(wip): upgrade dependencies, begin refactor
This commit is contained in:
@@ -19,8 +19,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.3.4 <4.0.0'
|
||||
flutter: '3.29.1'
|
||||
sdk: ^3.8.0
|
||||
flutter: '3.32.0'
|
||||
|
||||
# Dependencies specify other packages that your package needs in order to work.
|
||||
# To automatically upgrade your package dependencies to the latest versions
|
||||
@@ -32,7 +32,6 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.6
|
||||
@@ -42,18 +41,20 @@ dependencies:
|
||||
dio: ^5.5.0+1
|
||||
google_maps_flutter: ^2.7.0
|
||||
cached_network_image: ^3.4.0
|
||||
geocoding: ^3.0.0
|
||||
geocoding: ^4.0.0
|
||||
widget_to_marker: ^1.0.6
|
||||
provider: ^6.1.2
|
||||
auto_size_text: ^3.0.0
|
||||
map_launcher: ^3.3.1
|
||||
# map_launcher: ^4.4.2
|
||||
flutter_svg: ^2.0.10+1
|
||||
url_launcher: ^6.3.0
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
permission_handler: ^11.3.1
|
||||
geolocator: ^13.0.1
|
||||
fuzzywuzzy: ^1.2.0
|
||||
flutter_markdown: ^0.7.6+2
|
||||
flutter_launcher_icons: ^0.14.4
|
||||
permission_handler: ^12.0.1
|
||||
geolocator: ^14.0.2
|
||||
freezed_annotation: ^3.1.0
|
||||
json_annotation: ^4.9.0
|
||||
uuid: ^4.5.1
|
||||
flutter_riverpod: ^3.0.3
|
||||
flutter_markdown_plus: ^1.0.5
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -64,7 +65,12 @@ 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
|
||||
build_runner:
|
||||
freezed: ^3.2.3
|
||||
json_serializable: ^6.11.1
|
||||
custom_lint:
|
||||
riverpod_lint: ^3.0.3
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
Reference in New Issue
Block a user