0 purchases
dapackages
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
copied to clipboard
Run the updater
flutter pub pub run dapackages:dapackages.dart PUBSPEC_FILE_PATH
copied to clipboard
For example:
flutter pub pub run dapackages:dapackages.dart ./pubspec.yaml
copied to clipboard
Alternative #
You can also run:
flutter pub outdated
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.