File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ that can be found in the LICENSE file. -->
4
4
5
5
# Changelog
6
6
7
- See the [ Migration Guide] ( guides/migration_guide.md ) for the details of breaking changes between versions.
7
+ See the [ Migration Guide] ( guides/migration_guide.md ) for breaking changes between versions.
8
+
9
+ ## 4.2.0-dev.1
10
+
11
+ - Bump ` photo_manager ` to v3.x.
12
+ - Export ` photo_manager_image_provider ` .
8
13
9
14
## 4.1.0
10
15
@@ -15,7 +20,7 @@ See the [Migration Guide](guides/migration_guide.md) for the details of breaking
15
20
### Fixes
16
21
17
22
- Handle exceptions after all flows.
18
- - Fix various of problems with the capture button.
23
+ - Fix various problems with the capture button.
19
24
20
25
## 4.0.3
21
26
Original file line number Diff line number Diff line change @@ -430,7 +430,6 @@ class _WechatLoadingState extends State<_WechatLoading>
430
430
Text (
431
431
widget.tip,
432
432
style: const TextStyle (fontSize: 14 ),
433
- textScaleFactor: 1 ,
434
433
),
435
434
],
436
435
);
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ library wechat_camera_picker;
6
6
7
7
export 'package:camera/camera.dart' ;
8
8
export 'package:photo_manager/photo_manager.dart' ;
9
+ export 'package:photo_manager_image_provider/photo_manager_image_provider.dart' ;
9
10
10
11
export 'src/constants/config.dart' ;
11
12
export 'src/constants/enums.dart' ;
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker
2
- version : 4.1.0
2
+ version : 4.2.0-dev.1
3
3
description : |
4
4
A camera picker for Flutter projects based on WeChat's UI,
5
5
which is also a separate runnable extension to the
@@ -25,7 +25,8 @@ dependencies:
25
25
camera : ^0.10.0
26
26
camera_platform_interface : ^2.1.5
27
27
path : ^1.8.0
28
- photo_manager : ^2.7.0
28
+ photo_manager : ^3.0.0-dev.1
29
+ photo_manager_image_provider : ^2.0.0
29
30
sensors_plus : ^3.1.0
30
31
video_player : ^2.7.0
31
32
You can’t perform that action at this time.
0 commit comments