Top "Dart" questions

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

How do you round a double in Dart to a given degree of precision AFTER the decimal point?

Given a double, I want to round it to a given number of points of precision after the decimal point, …

dart precision double-precision
How to perform runtime type checking in Dart?

Dart specification states: Reified type information reflects the types of objects at runtime and may always be queried by dynamic …

dynamic dart instanceof dart-mirrors
Make AppBar transparent and show background image which is set to whole screen

I have added AppBar in my flutter application. My screen already have a background image, where i don't want to …

dart flutter flutter-appbar
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
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
How do I parse a string into a number with Dart?

I would like to parse strings like "1" or "32.23" into integers and doubles. How can I do this with Dart?

dart
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
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