I want to make a UI (like in Telegram app) in my Flutter application so that when you click on the add image button, a ModalBottomSheet opens where images from the gallery are displayed. It should also be possible to turn on the camera. Which package can be used for this task?
I want to make a UI (like in Telegram app) in my Flutter application so that when you click on the add image button, a ModalBottomSheet opens where images from the gallery are displayed. It should also be possible to turn on the camera. Which package can be used for this task?
Share Improve this question asked Nov 20, 2024 at 8:48 Heike HeinrichHeike Heinrich 1689 bronze badges1 Answer
Reset to default 1Use photo_manager plugin for that.