- Updated package version to 1.0.0.
- Updated Flutter and various plugin dependencies to their latest versions. - Updated Android Gradle configuration to version 8.11.1 and made other necessary adjustments. - Updated example app configurations for Android, iOS, macOS, Linux, and Windows. - Updated copyright year in LICENSE file. - Minor code style update
This commit is contained in:
15
pubspec.yaml
15
pubspec.yaml
@@ -1,7 +1,7 @@
|
||||
name: map_camera_flutter
|
||||
description: The Map Camera flutter package provides a convenient way to capture images with map and location data using the device's camera.
|
||||
|
||||
version: 0.0.8
|
||||
version: 1.0.0
|
||||
homepage: https://github.com/Always-Bijoy/map_camera_location_flutter
|
||||
|
||||
environment:
|
||||
@@ -13,15 +13,14 @@ dependencies:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.2
|
||||
camera: ^0.11.0+2
|
||||
geolocator: ^13.0.1
|
||||
geolocator: ^14.0.0
|
||||
geocoding: ^3.0.0
|
||||
intl: ^0.19.0
|
||||
intl: ^0.20.2
|
||||
path_provider: ^2.0.11
|
||||
flutter_map: ^7.0.2
|
||||
flutter_map_location_marker: ^9.0.0
|
||||
url_launcher: ^6.1.11
|
||||
flutter_compass: ^0.8.0
|
||||
permission_handler: ^11.3.1
|
||||
flutter_map: ^8.1.1
|
||||
flutter_compass: ^0.8.1
|
||||
flutter_map_location_marker: ^10.1.0
|
||||
permission_handler: ^12.0.0+1
|
||||
latlong2: ^0.9.0
|
||||
|
||||
dev_dependencies:
|
||||
|
||||
Reference in New Issue
Block a user