diff --git a/packages/image_picker/CHANGELOG.md b/packages/image_picker/CHANGELOG.md index a1c108b37368..a26a34bcbe84 100644 --- a/packages/image_picker/CHANGELOG.md +++ b/packages/image_picker/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.0+14 + +* Fix typo in README. + ## 0.6.0+13 * Bugfix Android: Fix a crash occurs in some scenarios when user picks up image from gallery. diff --git a/packages/image_picker/README.md b/packages/image_picker/README.md index 101a46cd14d2..201113b2e771 100755 --- a/packages/image_picker/README.md +++ b/packages/image_picker/README.md @@ -71,7 +71,7 @@ Android system -- although very rarely -- sometimes kills the MainActivity after ```dart Future retrieveLostData() async { - final RetrieveLostDataResponse response = + final LostDataResponse response = await ImagePicker.retrieveLostData(); if (response == null) { return; @@ -90,4 +90,4 @@ Future retrieveLostData() async { } ``` -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. \ No newline at end of file +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. diff --git a/packages/image_picker/pubspec.yaml b/packages/image_picker/pubspec.yaml index c0c5b7d2a3b2..bd9b19008fe6 100755 --- a/packages/image_picker/pubspec.yaml +++ b/packages/image_picker/pubspec.yaml @@ -5,7 +5,7 @@ authors: - Flutter Team - Rhodes Davis Jr. homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker -version: 0.6.0+13 +version: 0.6.0+14 flutter: plugin: