Skip to content

Oberhauser-Dev/dart_packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.