Skip to content

Commit beb4a51

Browse files
committed
🔖 ## 1.1.1
1 parent 9010ee6 commit beb4a51

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

CHANGELOG.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,34 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.1.0+1] - 2020-08-13
8-
### Changed
7+
## 1.1.1
8+
9+
- Documents update.
10+
11+
### 2020-08-14
12+
13+
## 1.1.0+1
14+
915
- Link confirm button's text with delegate. Fix #6 .
1016

11-
## [1.1.0] - 2020-07-23
12-
### Added
13-
- Add `isOnlyAllowRecording` . Resolves #4 .
17+
### 2020-08-13
18+
19+
## 1.1.0
1420

15-
### Changed
21+
- Add `isOnlyAllowRecording` . Resolves #4 .
1622
- Make camera switching available. Resolves #5 .
1723

18-
## [1.0.0+1] - 2020-07-20
19-
### Changed
24+
### 2020-07-23
25+
26+
## 1.0.0+1
27+
2028
- Fix potential non exist directory access.
2129

22-
## [1.0.0] - 2020-07-15
23-
### Added
30+
### 2020-07-20
31+
32+
## 1.0.0
33+
2434
- Support take picture and video.
2535
- Support video recording duration limitation.
36+
37+
### 2020-07-15

pubspec.yaml

Lines changed: 4 additions & 4 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: 1.1.0+1
3+
version: 1.1.1
44
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker
55

66
environment:
@@ -11,9 +11,9 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
camera: ^0.5.8+2
15-
device_info: ^0.4.2+4
14+
camera: ^0.5.8+5
15+
device_info: ^0.4.2+6
1616
flutter_common_exports: ^0.1.0
1717
path_provider: ^1.6.11
18-
photo_manager: ^0.5.6
18+
photo_manager: ^0.5.7
1919
video_player: ^0.10.11+2

0 commit comments

Comments
 (0)