diff --git a/CHANGELOG.md b/CHANGELOG.md index 082d893..0abc475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.0.3 +## 0.0.4 # Changelog diff --git a/README.md b/README.md index 61f0772..a43d117 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this package, add `map_camera_flutter` as a dependency in your `pubspec.y ```yaml dependencies: - map_camera_flutter: ^2.0.0 + map_camera_flutter: ^0.0.4 ``` ### Usage diff --git a/lib/src/map_camera.dart b/lib/src/map_camera.dart index a36e7ac..3a8565b 100644 --- a/lib/src/map_camera.dart +++ b/lib/src/map_camera.dart @@ -1,7 +1,6 @@ import 'package:intl/intl.dart'; import 'dart:ui' as ui; import 'package:latlong2/latlong.dart' as lat; -import 'package:permission_handler/permission_handler.dart'; import '../../map_camera_flutter.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index b3dafbd..897a213 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: map_camera_flutter -description: The MapCameraLocation package provides a convenient way to capture images with map and location data using the device's camera. +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.3 +version: 0.0.4 homepage: https://github.com/Always-Bijoy/map_camera_location_flutter environment: