Top "Dart-pub" questions

Pub is a package manager for Dart applications and libraries.

Flutter Pub: Expected a key while parsing a block mapping. path:

I'm using JSON file and register in Pubspec.ymal but showing error and also when I use an image and …

android path mapping flutter dart-pub
Python and Dart Integration in Flutter Mobile Application

Can i do these two things: Is there any library in dart for Sentiment Analysis? Can I use Python (for …

python dart python-requests flutter dart-pub
Package import - Target of URI does not exists

Please check my project: https://github.com/MaximGo/WebTech_Projekt.git In the file 'tetrisclient.dart' I want to import …

dart dart-pub
Could not find a file named "pubspec.yaml" in

I create a simple Web application but when I want to run it I got this message in "Tools Output": …

dart dart-pub
How to install pub (command line usage) for Dart on Ubuntu web-server

I've followed the instructions here (under the Linux tab) on installing Dart onto a Ubuntu web-server. Dart itself works fine, …

ubuntu command-line dart server dart-pub
Why doesn't build_runner generate files when serializing JSON in dart/flutter

I'm just trying to generate my files with the same command i stored like 3 months ago (i'm not very good …

flutter dart dart-pub build-runner
How to automatically upgrade Flutter dependencies

My Flutter project has a dependency flutter_dotenv at version ^2.0.1 and I want to automatically upgrade to the new version ^2.0.2. …

flutter dart-pub
pub global activate command - $HOME/.pub-cache/bin not on path

I was trying to install dart2 recently, but when I try to install pub global activate stagehand, it comes with …

dart angular-dart dart-pub dart-2
How to Use SVG or Vector Drawables in Flutter SDK

I want to use SVG/Vector Graphics in my Flutter Application. is there any library or Dart Package which can …

dart flutter dart-pub
Does Dart have import alias?

I found myself written tedious code when importing files into dart files like the following: import '../../constants.dart'; I'm …

dart flutter dart-pub