Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 684 Bytes

File metadata and controls

35 lines (24 loc) · 684 Bytes

Dart Packages

Collection of Dart and Flutter packages.

Development

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

License

Published under MIT license.