Category "dart-pub"

How to change uploader of flutter package

I have uploaded a package with an email and then I changed to another email. So in order to replace email I've added by using pub uploader add [email protected]. a

How to exclude files from pub publish for Dart packages?

Is there any way to exclude certain files or directories from pub publish for dart packages? I am publishing a package that has so many screenshots. I want the

I want to Save Contact Number at Mobile storage using Flutter

I wrote this function to save contact number, but it can't save on local storage Future _saveContact() async { Contact contact = Contact(); contact.fami

When I wnat to get package flutter it show me HTTP error 403: Forbidden

I am working on flutter project in Intellij Idea. when I want to add a package in pubspec.yaml, it leads to below errror: HTTP error 403: Forbidden package:p

Gradle build failed to produce an .apk file while connecting AppCenter to GitHub

I want to build a flutter app through AppCenter by connecting to github, but getting this error: Gradle build failed to produce an .apk file. It's likely that

Gradle build failed to produce an .apk file while connecting AppCenter to GitHub

I want to build a flutter app through AppCenter by connecting to github, but getting this error: Gradle build failed to produce an .apk file. It's likely that

Flutter error, Null check operator used on a null value

Whenever I tried to do register and tap on the register button then I am having this type of problem with the null check operator used on null values. I get thi

Is it possible to add the latest version of a dependency to pubspec.yaml without finding it myself?

Lets say I am starting a new dart project. I have a few packages on pub.dev I know that I want to use, and I want to use the most recent version of these packag