dapackages 1.6.0 copy "dapackages: ^1.6.0" to clipboard
dapackages: ^1.6.0 copied to clipboard

A Dart package to automatically update your pubspec dependencies in your project.

Dapackages #

A Dart package to automatically update your pubspec dependencies in your project.

Installation #

Add the following dependency to your pubspec.yaml:

dev_dependencies:
  dapackages: ^1.6.0

Run the updater

flutter pub pub run dapackages:dapackages.dart PUBSPEC_FILE_PATH

For example:

flutter pub pub run dapackages:dapackages.dart ./pubspec.yaml

Alternative #

You can also run:

flutter pub outdated
9
likes
120
pub points
71%
popularity

Publisher

verified publishermauriciotogneri.com

A Dart package to automatically update your pubspec dependencies in your project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, yaml

More

Packages that depend on dapackages