A demo monorepo in Flutter, using melos.
In short, this repositories contains multiple apps that shared the same codebase and reusable components.
The idea can be generalized for various use cases.
Clone the repository
git clone [email protected]:nimblehq/flutter-monorepo-example.git
If you are not having melos
setup, heading to: here for the config,
then you can start bootstrap with:
$ melos bs
Run the buyer_app
or seller_app
:
$ melos run run:buyer
or
$ melos run run:buyer
To run style check on all repositories:
$ melos run formatting:check
To run analyze on all the repo:
$ melos run analyze
The 2 applications (buyer
and seller
) shared the same SharedWidget from :shared
This project is Copyright (c) 2014 and onwards. It is free software, and may be redistributed under the terms specified in the LICENSE file.
This project is maintained and funded by Nimble.
We love open source and do our part in sharing our work with the community! See our other projects or hire our team to help build your product.