Skip to content

Commit d1f9df4

Browse files
committed
🔖 Bump version
1 parent 4539779 commit d1f9df4

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.6
2+
- Add GPS location in Exif photo on iOS.
3+
- Fix some issues
14
## 0.3.4
25
- Add pinch to zoom.
36
## 0.3.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ _captureMode.value = CaptureModes.VIDEO;
159159
| captureMode | ```ValueNotifier<CaptureModes>``` | choose capture mode between **PHOTO** or **VIDEO** | |
160160
| fitted | ```bool``` | whether camera preview must be as big as it needs or cropped to fill with. false by default | |
161161
| imagesStreamBuilder | ```Function``` | returns an imageStream when camera has started preview | |
162-
| savedExifData | ```SavedExifData``` | set exif data when a picture was taken, GPS location can be saved to image file for ex. | |
162+
| exifPreferences | ```ExifPreferences``` | set exif data when a picture was taken, GPS location can be saved to image file for ex. | |
163163

164164
</p>
165165
</details>

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ packages:
3535
path: ".."
3636
relative: true
3737
source: path
38-
version: "0.3.5"
38+
version: "0.3.6"
3939
characters:
4040
dependency: transitive
4141
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: camerawesome
22
description: Easiest Flutter camera Plugin supporting capturing images, streaming images, video recording, switch sensors, autofocus, flash... on Android and iOS
3-
version: 0.3.5
3+
version: 0.3.6
44
homepage: https://Apparence.io
55
repository: https://github.com/Apparence-io/camera_awesome
66

0 commit comments

Comments
 (0)