Skip to content

Commit

Permalink
🔖 ## 3.0.0-dev.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 14, 2022
1 parent 3a704c3 commit 22fa5ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.0.0-dev.4

- Fix scaling issues with turns and orientations.
- Fix lint issues on Flutter 2.10.
- Export `CameraPickerPageRoute`.

Breaking changes:
- Abstract `CamearPickerConfig`, which moved all arguments from `pickFromCamera` to `pickerConfig`.

## 3.0.0-dev.3

- Improve semantics expressions.
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: wechat_camera_picker_demo
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 3.0.0+3
version: 3.0.0+4

environment:
sdk: '>=2.12.0-0 <3.0.0'
flutter: '>=2.0.0'
sdk: '>=2.14.0 <3.0.0'
flutter: '>=2.5.0'

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wechat_camera_picker
description: A camera picker which is an extension to wechat_assets_picker, but can be run separately.
version: 3.0.0-dev.3
version: 3.0.0-dev.4
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker

environment:
Expand All @@ -14,5 +14,5 @@ dependencies:
camera: ^0.9.4+6
path: ^1.8.0
path_provider: ^2.0.8
photo_manager: ^2.0.0-dev.2
photo_manager: ^2.0.0-dev.7
video_player: ^2.2.14

0 comments on commit 22fa5ba

Please sign in to comment.