Collection of Dart and Flutter packages.
Dart Packages is a monorepo. Therefor it uses Melos to manage the project and dependencies. All the commands can be found in the melos.yaml file.
To install Melos, run the following command from your terminal:
flutter pub global activate melos
Next, at the root of your locally cloned repository bootstrap the projects dependencies:
melos bs
To format your code, call:
melos format
To create a new version of all packages, call:
melos version
Published under MIT license.