Top "Flutter" questions

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

flutter run: No connected devices

I am trying to create a sample application with flutter (fresh installation) android studio is also installed (fresh installation) Here …

android android-studio android-emulator ios-simulator flutter
Create a rounded button / button with border-radius in Flutter

I'm currently developing an Android app in Flutter. How can I add a rounded button?

flutter dart
How to add a border to a widget in Flutter?

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-widget
How do I use hexadecimal color strings in Flutter?

How do I convert a hexadecimal color string like #b74093 to a Color in Flutter? I want to use a …

colors dart flutter
How to make an AlertDialog in Flutter?

I am learning to build apps in Flutter. Now I have come to alert dialogs. I have done them before …

dart flutter flutter-alertdialog
How to running CocoaPods on Apple Silicon (M1)

I have a Flutter project that I'm trying to run on iOS. It runs normally on my Intel-based Mac, but …

ios macos flutter cocoapods apple-silicon
How to work with progress indicator in flutter?

I'm newbie in flutter and wanted to know what is better way to add CircularProgressIndicator in my layout. For example, …

dart flutter
Flutter command not found

bash: flutter: command not found Apparently, none of the flutter commands are working on the terminal of an android studio …

android-studio flutter dart command-line terminal
How to change the application launcher icon on Flutter?

When I create an app with a flutter create command, the flutter logo is used as an application icon for …

flutter dart appicon application-icon flutter-appicon
Flutter SDK Set Background image

I am trying to set a background image for the home page. I am getting the image place from start …

dart flutter