Top "Flutter" questions

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

How to change package name in flutter?

Is there any way to change Package Name of Flutter project? I want to change package name and application name …

android dart flutter
How to make flutter app responsive according to different screen size?

I am facing difficulties to make it to responsive according to various screen sizes. How to make it responsive? @override …

dart flutter
Adding a splash screen to Flutter apps

How would you approach adding a splash screen to Flutter apps? It should load and display before any other content. …

flutter dart splash-screen flutter-widget
How to add image in Flutter

I am developing Flutter app for the first time.. I have an issue in adding a image. I have a …

flutter dart flutter-layout
Flutter.io Android License Status Unknown

[!] Android toolchain - develop for Android devices (Android SDK 27.0.3) >>• Android SDK a ..\Android\sdk • Android NDK location not …

java android flutter
The equivalent of wrap_content and match_parent in flutter?

In Android match_parent and wrap_content are used to resize the widgets automatically relative to their parent to the …

flutter
How to change the app display name build with flutter?

I have created the app using flutter create testapp. Now, I want to change the App name from "testapp" to "…

android ios flutter dart build
Flutter plugin not installed error;. When running flutter doctor

I am configuring Flutter SDK on my Linux Ubuntu 16.4 system. Why am I getting the following error when I run …

android-studio flutter dart flutter-sdk flutter-doctor
How to create a circle icon button in Flutter?

I can't find any example that shows how to create a circle IconButton similar to the FloatingActionButton. Can anyone suggest …

flutter
Passing data between screens in Flutter

As I'm learning Flutter I've come to navigation. I want to pass data between screens similarly to passing data between …

dart flutter flutter-navigation