flutter_web_image_picker icon indicating copy to clipboard operation
flutter_web_image_picker copied to clipboard

Incorrect example on Pub.Dev

Open augustmuir opened this issue 5 years ago • 0 comments

The example on the pub.dev page shows final _image = await FlutterWebImagePicker.pickImage();

Which results in the error "pickImage()" isn't defined. I found out to use getImage but tried with getImage() first. The example tab on pub dev shows a working proper example, but the one on the main page needs to be updated.

augustmuir avatar Oct 17 '20 15:10 augustmuir