File tree Expand file tree Collapse file tree 5 files changed +20
-10
lines changed Expand file tree Collapse file tree 5 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ that can be found in the LICENSE file. -->
6
6
7
7
See the [ Migration Guide] ( guides/migration_guide.md ) for the details of breaking changes between versions.
8
8
9
+ ## 8.6.1
10
+
11
+ ### Improvements
12
+
13
+ - Remove ` needTitle ` for image filter options.
14
+
15
+ ### Fixes
16
+
17
+ - Fix hit test when previewing videos.
18
+
9
19
## 8.6.0
10
20
11
21
### Breaking changes
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ Language: [English](README.md) | 中文
102
102
103
103
## 截图 📸
104
104
105
- | ![ 1] ( https://pic.alexv525.com/2021-07-05-picker_1.jpg ) | ![ 2] ( https://pic.alexv525.com/2021-07-05-picker_2.jpg ) | ![ 3] ( https://pic.alexv525.com/2021-07-05-picker_3.jpg ) |
105
+ | ![ 1] ( screenshots/README_1.webp ) | ![ 2] ( screenshots/README_2.webp ) | ![ 3] ( screenshots/README_3.webp ) |
106
106
| ----------------------------------------------------------| ----------------------------------------------------------| ----------------------------------------------------------|
107
- | ![ 4] ( https://pic.alexv525.com/2021-07-05-picker_4.jpg ) | ![ 5] ( https://pic.alexv525.com/2021-07-05-picker_5.jpg ) | ![ 6] ( https://pic.alexv525.com/2021-07-05-picker_6.jpg ) |
108
- | ![ 7] ( https://pic.alexv525.com/2021-07-06-picker_7.jpg ) | ![ 8] ( https://pic.alexv525.com/2021-07-05-picker_8.jpg ) | ![ 9] ( https://pic.alexv525.com/2021-07-05-picker_9-1.jpg ) |
107
+ | ![ 4] ( screenshots/README_4.webp ) | ![ 5] ( screenshots/README_5.webp ) | ![ 6] ( screenshots/README_6.webp ) |
108
+ | ![ 7] ( screenshots/README_7.webp ) | ![ 8] ( screenshots/README_8.webp ) | ![ 9] ( screenshots/README_9.webp ) |
109
109
| ![ 10] ( https://pic.alexv525.com/2021-07-05-picker_10.png ) | ![ 10] ( https://pic.alexv525.com/2021-07-05-picker_11.png ) | ![ 12] ( https://pic.alexv525.com/2021-07-05-picker_12.png ) |
110
110
111
111
## 开始前的注意事项 ‼️
Original file line number Diff line number Diff line change @@ -107,10 +107,10 @@ See the [Migration Guide][] to learn how to migrate between breaking changes.
107
107
108
108
## Screenshots 📸
109
109
110
- | ![ 1] ( https://pic.alexv525.com/2021-07-05-picker_1.jpg ) | ![ 2] ( https://pic.alexv525.com/2021-07-05-picker_2.jpg ) | ![ 3] ( https://pic.alexv525.com/2021-07-05-picker_3.jpg ) |
110
+ | ![ 1] ( screenshots/README_1.webp ) | ![ 2] ( screenshots/README_2.webp ) | ![ 3] ( screenshots/README_3.webp ) |
111
111
| ----------------------------------------------------------| ----------------------------------------------------------| ----------------------------------------------------------|
112
- | ![ 4] ( https://pic.alexv525.com/2021-07-05-picker_4.jpg ) | ![ 5] ( https://pic.alexv525.com/2021-07-05-picker_5.jpg ) | ![ 6] ( https://pic.alexv525.com/2021-07-05-picker_6.jpg ) |
113
- | ![ 7] ( https://pic.alexv525.com/2021-07-06-picker_7.jpg ) | ![ 8] ( https://pic.alexv525.com/2021-07-05-picker_8.jpg ) | ![ 9] ( https://pic.alexv525.com/2021-07-05-picker_9-1.jpg ) |
112
+ | ![ 4] ( screenshots/README_4.webp ) | ![ 5] ( screenshots/README_5.webp ) | ![ 6] ( screenshots/README_6.webp ) |
113
+ | ![ 7] ( screenshots/README_7.webp ) | ![ 8] ( screenshots/README_8.webp ) | ![ 9] ( screenshots/README_9.webp ) |
114
114
| ![ 10] ( https://pic.alexv525.com/2021-07-05-picker_10.png ) | ![ 10] ( https://pic.alexv525.com/2021-07-05-picker_11.png ) | ![ 12] ( https://pic.alexv525.com/2021-07-05-picker_12.png ) |
115
115
116
116
## READ THIS FIRST ‼️
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker_demo
2
2
description : The demo project for the wechat_assets_picker package.
3
- version : 8.6.0+40
3
+ version : 8.6.1+41
4
4
publish_to : none
5
5
6
6
environment :
7
- sdk : ' >=3.0.0 <4.0.0 '
7
+ sdk : ' >=3.0.0'
8
8
flutter : ' >=3.10.0'
9
9
10
10
dependencies :
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker
2
- version : 8.6.0
2
+ version : 8.6.1
3
3
description : |
4
4
An image picker (also with videos and audio)
5
5
for Flutter projects based on WeChat's UI,
@@ -9,7 +9,7 @@ repository: https://github.com/fluttercandies/flutter_wechat_assets_picker
9
9
issue_tracker : https://github.com/fluttercandies/flutter_wechat_assets_picker/issues
10
10
11
11
environment :
12
- sdk : ' >=3.0.0 <4.0.0 '
12
+ sdk : ' >=3.0.0'
13
13
flutter : ' >=3.10.0'
14
14
15
15
dependencies :
You can’t perform that action at this time.
0 commit comments