Dart-Flutter-Pub-dev / dapackages

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

Home Page:https://pub.dev/packages/dapackages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://pub.dev/packages/dapackages

License:MIT License


Languages

Language:Dart 92.9%Language:Shell 7.1%