Skip to content

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

License

Notifications You must be signed in to change notification settings

Dart-Flutter-Pub-dev/dapackages

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks