version update

This commit is contained in:
bijoy
2023-07-03 15:39:19 +06:00
parent ac3f5a0fd6
commit ff605ae6bf
3 changed files with 7 additions and 34 deletions

View File

@@ -3,11 +3,11 @@
A Flutter package that provides a widget for capturing images with the device camera and retrieving the user's location information.
<br>
[//]: # (<img src="/Users/bijoy/Documents/personal/map_camera_flutter/assets/mapcamera.png)
<img src="https://github.com/Always-Bijoy/map_camera_location_flutter/blob/main/assets/mapcamera.png" alt="Interface preview" width="400">
## Features
- Capture images using the device camera
- Capture images using the device camera with attached Map
- Retrieve the user's current location (latitude, longitude, location name, and sublocation)
- Option to provide a callback function to receive the captured image and location data
@@ -17,7 +17,7 @@ To use this package, add `map_camera_location` as a dependency in your `pubspec.
```yaml
dependencies:
map_camera_location: ^1.0.0
map_camera_location: ^2.0.0
```
### Usage