- Before contributing, please open an issue to discuss your proposed changes or feature implementation. This step ensures that your contribution aligns with the project’s goals and that your efforts are necessary and valued.
- Development occurs on the
dev
branch. Please fork the repository and create your branch fromdev
.
- Implement your changes and commit them to your branch.
- Once your changes are ready, submit a pull request to the
dev
branch of the repository. Be sure to reference any issues that your pull request addresses in the description.
- Your pull request will be reviewed, and feedback will be provided. Upon approval, your pull request will be merged into the
dev
branch and included in the next release of Mindful.
Learn how to build Mindful from source.
-
Setup the Flutter environment for your platform
-
Clone the repository
git clone https://github.com/akaMrNagar/Mindful.git && cd mindful
-
Get dependencies
flutter pub get
-
Generate temporary files
dart run build_runner build -d
-
Build the APK
flutter build apk