version update
This commit is contained in:
33
CHANGELOG.md
33
CHANGELOG.md
@@ -1,34 +1,5 @@
|
|||||||
## 0.0.1
|
## 0.0.2
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
- All notable changes to this project will be documented in this file.
|
- Update README.md
|
||||||
|
|
||||||
### Added
|
|
||||||
- Initial release of the package.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- Updated the dependency to the latest version.
|
|
||||||
|
|
||||||
## [1.0.0] - 2023-06-30
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- Added the MapCameraLocation widget.
|
|
||||||
- Support for capturing image and location data.
|
|
||||||
- Callback function for image and location capture.
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Fixed a bug related to image processing.
|
|
||||||
|
|
||||||
## [0.1.0] - 2023-06-15
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- Initial implementation of the package.
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
- Deprecated some old functions.
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
- Removed unnecessary dependencies.
|
|
||||||
|
|
||||||
## [0.0.1] - 2023-06-01
|
|
||||||
@@ -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.
|
A Flutter package that provides a widget for capturing images with the device camera and retrieving the user's location information.
|
||||||
<br>
|
<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
|
## 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)
|
- 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
|
- 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
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
map_camera_location: ^1.0.0
|
map_camera_location: ^2.0.0
|
||||||
```
|
```
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
name: map_camera_flutter
|
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 MapCameraLocation package provides a convenient way to capture images with map and location data using the device's camera.
|
||||||
|
|
||||||
|
version: 0.0.2
|
||||||
homepage: https://github.com/Always-Bijoy/map_camera_location_flutter
|
homepage: https://github.com/Always-Bijoy/map_camera_location_flutter
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user