admin管理员组

文章数量:1336632

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 badges
Add a comment  | 

1 Answer 1

Reset to default 1

Use photo_manager plugin for that.

本文标签: flutterModalBottomSheet with images from the galleryStack Overflow