Questions tagged [flutter-web-images]
2 questions
2
votes
3 answers
Image.file is not supported on Flutter Web. How to get image from gallery/camera for the Flutter Web?
I get the error below while running the Flutter app on the Chrome web browser.
I picked an Image from the gallery:
Future getImage() async {
try {
final image = await ImagePicker().pickImage(source: ImageSource.gallery);
if (image…

Sweta Jain
- 3,248
- 6
- 30
- 50
0
votes
0 answers
cant display images on Flutter web
i am creating a flutter web project and i am facing a problem than when i try to load images from REST APIs and show them in flutter mobile app, it works fine but on Flutter Web it doesn't show me pics. I used some packeges like ImageNetwork and…

Aqeel Mughal
- 2,105
- 2
- 6
- 14