Top "Dart" questions

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

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
Angular2 dynamic change CSS property

We are making an Angular2 application and we want to be able to somehow create a global CSS variable (and …

javascript angular dart angular-dart
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
How to change package name in flutter?

Is there any way to change Package Name of Flutter project? I want to change package name and application name …

android dart flutter
How to make flutter app responsive according to different screen size?

I am facing difficulties to make it to responsive according to various screen sizes. How to make it responsive? @override …

dart flutter
Adding a splash screen to Flutter apps

How would you approach adding a splash screen to Flutter apps? It should load and display before any other content. …

flutter dart splash-screen flutter-widget
How to add image in Flutter

I am developing Flutter app for the first time.. I have an issue in adding a image. I have a …

flutter dart flutter-layout
How to change the app display name build with flutter?

I have created the app using flutter create testapp. Now, I want to change the App name from "testapp" to "…

android ios flutter dart build
Flutter plugin not installed error;. When running flutter doctor

I am configuring Flutter SDK on my Linux Ubuntu 16.4 system. Why am I getting the following error when I run …

android-studio flutter dart flutter-sdk flutter-doctor
Passing data between screens in Flutter

As I'm learning Flutter I've come to navigation. I want to pass data between screens similarly to passing data between …

dart flutter flutter-navigation