Skip to content

Commit

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

## 3.0.0-dev.3

- Improve semantics expressions.
- Make camera controllers available as soon as possible.

## 3.0.0-dev.2

- Add `lockCaptureOrientation`, allowing users to determine lock to the specific orientation during captures. (#68)
Expand Down
11 changes: 3 additions & 8 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +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: 1.0.0+1
version: 3.0.0+3

environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.22.6"
sdk: '>=2.12.0-0 <3.0.0'
flutter: '>=2.0.0'

dependencies:
flutter:
Expand All @@ -15,9 +14,5 @@ dependencies:
wechat_camera_picker:
path: ../

dev_dependencies:
flutter_test:
sdk: flutter

flutter:
uses-material-design: true
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.2
version: 3.0.0-dev.3
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker

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

dependencies:
flutter:
sdk: flutter

camera: ^0.9.2+2
camera: ^0.9.4+6
path: ^1.8.0
path_provider: ^2.0.2
path_provider: ^2.0.8
photo_manager: ^2.0.0-dev.2
video_player: ^2.1.14
video_player: ^2.2.14

0 comments on commit 8fb5430

Please sign in to comment.