Questions tagged [flutter-android]
304 questions
-1
votes
5 answers
Flutter plugin for a file picker that works on mobile and desktop that doesn't require go-flutter?
This seems like an issue that won't last for long, but I'm looking for a final solution for opening up a native file picker on all platforms including Desktop without installing go-flutter.
Currently I'm using file_selector plugin by Flutter.dev and…

Art C
- 842
- 2
- 10
- 21
-1
votes
3 answers
Unable to load asset: assets/image1 (Flutter)
I encountered this problem a few days ago and I was not sure how, but I managed to solve it. I still don't have a clue about what actually causes it. Whenever I create a new flutter project and try to add asset images in my app it throws this…

Ninad Nautiyal
- 41
- 1
- 8
-1
votes
2 answers
widgets are not rebuilding after api call in flutter
Watch this video to understand the problem properly.
When I build the project, the widgets are not showing, but when I re-save the project, the widgets are showing. I'm giving my code below.
main.dart :-
(this is the main file which holds routes…

Prabin Kumar Sahu
- 34
- 4
-1
votes
2 answers
Confused about Flutter StatefulWidget and StatelessWidget
I've inherited an existing more or less working Flutter app I need to maintain. I have some basic Flutter knowledge, but I'm not an expert.
The app uses StatelessWidget, but then it defines a state...what is going on? Can someone please help. See…

Tatyana Sirotkin
- 31
- 5