How do you use image picker in flutter?

A Flutter plugin for iOS and Android for picking images from the image library, and taking new pictures with the camera. … Call the new methods. Old APINew APIPickedFile image = await _picker.getImage(…)XFile image = await _picker.pickImage(…)image_picker | Flutter Package – Pub.dev pub.dev › packages › image_picker

Read more