Top "Dart" questions

Dart is a class-based, statically(& strongly)-typed programming language for building web and mobile applications.

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 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
Iterating through a list to render multiple widgets in Flutter?

I have a list of strings defined like this: var list = ["one", "two", "three", "four"]; I want to render the …

flutter loops dart
flutter corner radius with transparent background

Below is my code which I expect to render a round-corner container with a transparent background. return new Container( //padding: …

dart flutter