Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 0fb2b03

Browse files
MillerAdulumithun-mondal
authored andcommitted
[image_picker] Update README example (flutter#1823)
1 parent a1d848c commit 0fb2b03

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

packages/image_picker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0+14
2+
3+
* Fix typo in README.
4+
15
## 0.6.0+13
26

37
* Bugfix Android: Fix a crash occurs in some scenarios when user picks up image from gallery.

packages/image_picker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Android system -- although very rarely -- sometimes kills the MainActivity after
7171

7272
```dart
7373
Future<void> retrieveLostData() async {
74-
final RetrieveLostDataResponse response =
74+
final LostDataResponse response =
7575
await ImagePicker.retrieveLostData();
7676
if (response == null) {
7777
return;
@@ -90,4 +90,4 @@ Future<void> retrieveLostData() async {
9090
}
9191
```
9292

93-
There's no way to detect when this happens, so calling this method at the right place is essential. We recommend to wire this into some kind of start up check. Please refer to the example app to see how we used it.
93+
There's no way to detect when this happens, so calling this method at the right place is essential. We recommend to wire this into some kind of start up check. Please refer to the example app to see how we used it.

packages/image_picker/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- Flutter Team <flutter-dev@googlegroups.com>
66
- Rhodes Davis Jr. <rody.davis.jr@gmail.com>
77
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker
8-
version: 0.6.0+13
8+
version: 0.6.0+14
99

1010
flutter:
1111
plugin:

0 commit comments

Comments
 (0)