ImagePicker.showImagePicker was removed from the ImagePicker. You can now either launchCamera or launchImageLibrary.
What will be the best alternative to allow the user to do both (Camera or Library)?
Edit: I am looking for a library that would allow me to avoid implementing two different buttons. I have an "Add image" icon that I want to be used for both.