Top "Flutter-dependencies" questions

For questions relating to the use of and issues with any use of flutter-specific dependencies in dart's pubspec.

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 App stuck at "Running Gradle task 'assembleDebug'... "

When I run the app it get stuck Launching lib\main.dart on Lenovo A319 in debug mode... Running Gradle …

gradle flutter yaml flutter-dependencies
Finished with error: Gradle task assembleDebug failed with exit code 1

Launching lib\main.dart on HTC One M9PLUS in debug mode... Initializing gradle... Resolving dependencies... Gradle task 'assembleDebug'... registerResGeneratingTask …

firebase dart flutter flutter-dependencies
How to get unique device id in flutter?

In Android we have, Settings.Secure.ANDROID_ID. I do not know the iOS equivalent. Is there a flutter plugin …

flutter flutter-dependencies
How to add asset image in app bar as an action icon in Flutter application?

Problem I am trying to add a logout image icon in appbar of flutter screen. I have created a asset …

android flutter flutter-layout flutter-dependencies flutter-animation
Update flutter dependencies in /.pub-cache

I erased in my folder .pub-cache/hosted/pub.dartlang.org/this_plugin What is the command to update the dependencies …

flutter flutter-dependencies flutter-plugin
How to solve "Unable to find git in your PATH" on Flutter?

I've just tried to install Flutter on Linux and when I try to run a flutter command (flutter doctor), I'm …

git flutter flutter-dependencies flutter-test
Flutter : Target file "lib/main.dart" not found

When I perform a flutter run I get an error Target file "lib/main.dart" not found. Why is this …

flutter flutter-dependencies flutter-test
How to fix 'net::ERR_CLEARTEXT_NOT_PERMITTED' in flutter

I have implemented webView in flutter but it is not opening my php website which is on server what I'm …

flutter flutter-dependencies
how to use local flutter package in another flutter application?

How to use local flutter package in another flutter application? I created a package using following command: flutter create --template=…

dart flutter flutter-dependencies