update to 3.13
This commit is contained in:
24
pubspec.yaml
24
pubspec.yaml
@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
version: 1.0.12+12
|
||||
|
||||
environment:
|
||||
sdk: ">=2.16.0 <3.0.0"
|
||||
sdk: '>=3.1.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
|
||||
@ -39,10 +39,10 @@ dependencies:
|
||||
flutter_map: any
|
||||
geolocator: ^9.0.1
|
||||
permission_handler: ^10.0.0
|
||||
google_api_availability: ^3.0.1
|
||||
google_api_availability: ^5.0.0
|
||||
tuple: ^2.0.0
|
||||
latlong2: ^0.8.1
|
||||
positioned_tap_detector: ^1.0.3
|
||||
positioned_tap_detector_2: ^1.0.4
|
||||
transparent_image: ^2.0.0
|
||||
async: ^2.8.2
|
||||
vector_math: ^2.1.1
|
||||
@ -53,27 +53,27 @@ dependencies:
|
||||
path_provider: ^2.0.8
|
||||
flutter_map_location_marker: any
|
||||
flutter_map_marker_cluster: any
|
||||
material_design_icons_flutter: ^5.0.6595
|
||||
google_fonts: ^2.1.1
|
||||
image_picker: ^0.8.4+4
|
||||
material_design_icons_flutter: ^7.0.7296
|
||||
google_fonts: ^4.0.4
|
||||
image_picker: ^1.0.4
|
||||
#geojson_vi: ^2.0.7
|
||||
geojson: ^1.0.0
|
||||
url_launcher: ^6.0.20
|
||||
flutter_breadcrumb: ^1.0.1
|
||||
timeline_tile: ^2.0.0
|
||||
google_maps_flutter: ^2.1.5
|
||||
google_maps_flutter: ^2.5.0
|
||||
#flutter_map_marker_popup: any
|
||||
flutter_polyline_points: ^1.0.0
|
||||
google_maps_webservice: ^0.0.19
|
||||
flutter_typeahead: ^4.0.0
|
||||
flutter_launcher_icons: ^0.10.0
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
rename: ^2.0.1
|
||||
circular_menu: ^2.0.1
|
||||
camera_camera: ^3.0.0-dev
|
||||
intl: ^0.17.0
|
||||
intl: ^0.18.1
|
||||
modal_bottom_sheet: ^3.0.0-pre
|
||||
connectivity_plus: ^3.0.2
|
||||
flutter_map_tile_caching: ^6.2.0
|
||||
connectivity_plus: ^4.0.2
|
||||
flutter_map_tile_caching: ^8.0.1
|
||||
shared_preferences: ^2.0.15
|
||||
|
||||
flutter_icons:
|
||||
@ -91,7 +91,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: ^1.0.0
|
||||
flutter_lints: ^2.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