Skip to content

Commit

Permalink
🔖 ## 2.3.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jul 15, 2021
1 parent 55d5064 commit 9260fdb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.2.1
## 2.3.0-dev.1

- Initialize a new controller if failed to stop recording. (#39)
- Throw or rethrow exceptions that used to be caught. (#41)
- Update the back icon with preview.

## 2.2.0

Expand Down
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: wechat_camera_picker
description: A camera picker which is an extension to wechat_assets_picker, but can be run separately.
version: 2.2.1
version: 2.3.0-dev.1
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker

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

dependencies:
flutter:
sdk: flutter

camera: ^0.8.1
device_info: ^2.0.0
camera: ^0.8.1+4
device_info: ^2.0.2
path: ^1.8.0
path_provider: ^2.0.1
photo_manager: ^1.0.6
video_player: ^2.1.0
photo_manager: ^1.2.5
video_player: ^2.1.10

0 comments on commit 9260fdb

Please sign in to comment.