Top "Flutter" questions

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

Round button with text and icon in flutter

how to have a button with text and icon for the flutter? I wanted to have a button which looks …

icons flutter
Rounded Corners Image in Flutter

I am using Flutter to make a list of information about movies. Now I want the cover image on the …

flutter flutter-layout
Show/hide widgets in Flutter programmatically

In Android, every single View subclass has a setVisibility() method that allows you modify the visibility of a View object …

flutter dart flutter-layout
Generate SHA-1 for Flutter/React-Native/Android-Native app

I'm trying to generate a SHA-1 for a Flutter app, for Android studio to support Google Sign in, but I …

android react-native flutter dart sha1
How to create number input field in Flutter?

I'm unable to find a way to create an input field in Flutter that would open up a numeric keyboard. …

dart flutter
Flutter does not find android sdk

I just tried intalling flutter and since I already had android studio and the android sdk installed I just followed …

android flutter android-sdk-tools android-sdk-manager
How do I set the background color of my main screen in Flutter?

I'm learning Flutter, and I'm starting from the very basics. I'm not using MaterialApp. What's a good way to set …

dart flutter
Flutter - Wrap text on overflow, like insert ellipsis or fade

I'm trying to create a line in which center text has a maximum size, and if the text content is …

flutter dart flutter-layout
How to remove the Flutter debug banner?

How to remove the debug banner in Flutter? I am using a flutter screenshot and I would like the screenshot …

flutter dart android-emulator screenshot banner
How can I add shadow to the widget in flutter?

How can I add shadow to the widget like in the picture below? This is my current widget code.

dart flutter