flutter_ddd (domain-driven design)
flutter_ddd is a learning project where i explore domain-driven design with flutter.
built with
getting started
to get a local copy up and running follow these steps.
prerequisites
- flutter
installation
- download the repository
sophiabrandt/flutter_ddd.git && cd flutter_ddd
usage
… coming soon
roadmap
see the open issues for a list of proposed features (and known issues).
contributing
contributions are what make the open source community such an amazing place to be learn, inspire, and create. any contributions you make are greatly appreciated.
- download the project
- create your feature branch (
git checkout -b feature/amazingfeature
) - commit your changes (
git commit -m 'add some amazingfeature'
) - push to the branch (
git push origin feature/amazingfeature
) - open a pull request
Comments are closed.