I'm using Flutter and I'd like to add a border to a widget (in this case, a Text widget). I …
flutter dart flutter-widgetHow would you approach adding a splash screen to Flutter apps? It should load and display before any other content. …
flutter dart splash-screen flutter-widgetI'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-widgetI am new in Flutter and I am trying receive data with a Dialog. When a click in textField the …
flutter dart dialog flutter-widgetI don't understand how LayoutBuilder is used to get the height of a Widget. I need to display the list …
flutter dart layout widget flutter-widgetI'm trying to find a solution to open a view after a delay in a loading view. I have a …
flutter dart flutter-layout delay flutter-widgetI've used both Expanded and Flexible widgets and they seem to work same. What is the difference between Expanded and …
flutter dart flutter-layout flutter-widgetI am getting the following error: i.e.., Another exception was thrown: Incorrect use of ParentDataWidget. showing error on the …
flutter dart widget flutter-layout flutter-widgetIs there a way to remove the drop shadow under the app bar (AppBar class) when using a Scaffold widget …
flutter dart shadow appbar flutter-widgetIn this code, I am trying to make a list of buttons or tiles "as buttons do not work well …
flutter listview flutter-layout height flutter-widget