Top "Flutter" questions

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

Flutter Countdown Timer

How can I do to put the value passed in the construction, to make a timer that rounds to the …

timer dart flutter countdown
How to change status bar color in Flutter?

I am trying to change the status bar color to white. I found this pub on flutter. I tried to …

dart flutter flutter-layout flutter-dependencies
Flutter: Setting the height of the AppBar

How can I simply set the height of the AppBar in Flutter? The title of the bar should be staying …

dart material-design flutter
How do I stretch an image to fit the whole background (100% height x 100% width) in Flutter?

I have an image that doesn't match the aspect ratio of my device's screen. I want to stretch the image …

image containers flutter stretch
Flutter get context in initState method

I'm not sure if the initState is the right function for this. What I'm trying to achieve is to check …

dart flutter
Flutter Layout Row / Column - share width, expand height

I'm still having a bit of trouble with the layouting in Flutter. Right now I want to have the available …

flutter flutter-layout
What is the correct way to add date picker in flutter app?

In my app I am creating signup page where I need to add DOB. I want to add date picker …

android ios flutter flutter-layout dart-2
Visual Studio Code - Target of URI doesn't exist 'package:flutter/material.dart'

I've just setup my Macbook for flutter development, So I downloaded flutter sdk, and placed it in my Documents. After, …

android dart visual-studio-code flutter
How to create a hyperlink in Flutter widget?

I would like to create a hyperlink to display in my Flutter app. The hyper link should be embedded in …

flutter
Flutter Layout Container Margin

I have a problem with my Flutter Layout. I have a simple container with a Margin right and left of 20.0 …

layout dart containers margin flutter