Skip to content

Commit d0ea68d

Browse files
committed
🔖 ## 3.0.0
1 parent 2a77159 commit d0ea68d

File tree

3 files changed

+14
-19
lines changed

3 files changed

+14
-19
lines changed

CHANGELOG.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
11
# Changelog
22

3-
## 3.0.0-dev.4
3+
## 3.0.0
44

5-
- Fix scaling issues with turns and orientations.
6-
- Fix lint issues on Flutter 2.10.
7-
- Export `CameraPickerPageRoute`.
5+
### New features
86

9-
Breaking changes:
7+
- Add full semantics support. (#72)
8+
- Add `lockCaptureOrientation`, allowing users to determine lock to the specific orientation during captures. (#68)
9+
- Export `CameraPickerPageRoute`.
1010
- Abstract `CamearPickerConfig`, which moved all arguments from `pickFromCamera` to `pickerConfig`.
1111

12-
## 3.0.0-dev.3
13-
14-
- Improve semantics expressions.
15-
- Make camera controllers available as soon as possible.
16-
17-
## 3.0.0-dev.2
12+
### Improvements
1813

19-
- Add `lockCaptureOrientation`, allowing users to determine lock to the specific orientation during captures. (#68)
20-
- Tweak asynchronous methods call during initializations.
21-
- Add full semantics support. (#72)
2214
- Improve camera initializes by adding a lock.
15+
- Tweak asynchronous methods call during initializations.
16+
- Make camera controllers available as soon as possible.
2317

24-
## 3.0.0-dev.1
18+
### Fixes
2519

26-
- Migrate to the latest photo_manager.
20+
- Fix scaling issues with turns and orientations.
21+
- Fix lint issues on Flutter 2.10.
2722

2823
## 2.6.5
2924

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: wechat_camera_picker_demo
22
description: A new Flutter project.
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4-
version: 3.0.0+4
4+
version: 3.0.0+5
55

66
environment:
77
sdk: '>=2.14.0 <3.0.0'

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_camera_picker
22
description: A camera picker which is an extension to wechat_assets_picker, but can be run separately.
3-
version: 3.0.0-dev.4
3+
version: 3.0.0
44
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker
55

66
environment:
@@ -14,5 +14,5 @@ dependencies:
1414
camera: ^0.9.4+6
1515
path: ^1.8.0
1616
path_provider: ^2.0.8
17-
photo_manager: ^2.0.0-dev.14
17+
photo_manager: ^2.0.0
1818
video_player: ^2.2.14

0 commit comments

Comments
 (0)