AlvaroVasconcelos / flutter_web_image_picker

A package designed for input images on web flutter.
https://pub.dev/packages/flutter_web_image_picker
GNU General Public License v3.0
42 stars 14 forks source link

Incorrect example on Pub.Dev #9

Open augustmuir opened 3 years ago

augustmuir commented 3 years ago

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.