Top "Flutter" questions

Flutter is an open-source UI software development kit created by Google.

Flutter: Run method on Widget build complete

I would like to be able to run functions once a Widget has finished building/loading but I am unsure …

dart flutter
Flutter : Vertically center column

How to vertically center a column in Flutter? I have used widget "new Center". I have used widget "new Center", …

flutter
Check whether there is an Internet connection available on Flutter app

I have a network call to be executed. But before doing that I need to check whether the device have …

flutter dart flutter-plugin
How can I dismiss the on screen keyboard?

I am collecting user input with a TextFormField and when the user presses a FloatingActionButton indicating they are done, I …

dart flutter
How to add a ListView to a Column in Flutter?

I'm trying to construct a simple login page for my Flutter app. I've successfully built the TextFields and log in/…

flutter listview dart flutter-layout flutter-widget
Waiting for another flutter command to release the startup lock

When I run my flutter application it show Waiting for another flutter command to release the startup lock this messages …

flutter lockfile
Space between Column's children in Flutter

I have a Column widget with two TextField widgets as children and I want to have some space between both …

dart flutter flutter-layout
flutter remove back button on appbar

I am wondering, if anyone knows of a way to remove the back button that shows up on the appBar …

navigation flutter
Display SnackBar in Flutter

I want to display a simple SnackBar inside Flutter's stateful widget. My application creates new instance of MaterialApp with a …

dart android-snackbar snackbar flutter
Make AppBar transparent and show background image which is set to whole screen

I have added AppBar in my flutter application. My screen already have a background image, where i don't want to …

dart flutter flutter-appbar