File tree 3 files changed +6
-2
lines changed
packages/image_picker/image_picker
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.4+4
2
+
3
+ * Fix typos in README.md.
4
+
1
5
## 0.8.4+3
2
6
3
7
* Suppress a unchecked cast build warning.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ import 'package:image_picker/image_picker.dart';
47
47
// Pick a video
48
48
final XFile? image = await _picker.pickVideo(source: ImageSource.gallery);
49
49
// Capture a video
50
- final XFile? photo = await _picker.pickVideo(source: ImageSource.camera);
50
+ final XFile? video = await _picker.pickVideo(source: ImageSource.camera);
51
51
// Pick multiple images
52
52
final List<XFile>? images = await _picker.pickMultiImage();
53
53
...
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Flutter plugin for selecting images from the Android and iOS image
3
3
library, and taking new pictures with the camera.
4
4
repository : https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
5
5
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
6
- version : 0.8.4+3
6
+ version : 0.8.4+4
7
7
8
8
environment :
9
9
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments