pubm 0.0.1-alpha pubm: ^0.0.1-alpha copied to clipboard
A Dart command line tool to help with managing pubspec dependencies.
[PUBM] is a Dart-Command Line tool created to manage multiple versions of pubspec.yaml files in a single project. This tools helps in merging of multiple pubspec.yaml files into a single pubspec.yaml file as per the flavor selected.
📋 Installation #
In your pubspec.yaml
, add the pubm
package as a new [dev dependency] with
the following command:
PS c:\src\flutter_project> flutter pub add --dev pubm