App Version (semver) v0.4.2
If you’re new to flutter, see the section below.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
-
[Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
-
[Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.
We use AsciiDoc for greater flexibility.
Documentation should live next to the code it’s documenting
Environment configurations are encrypted using git secret
See *.template
files for info on what variables are expected.
See documentation in test/
for Unit Testing
See documentation in test_driver
for Integration Testing
Master branch should be merge-only.
Branches should be created in the following format:
<prefix>/<feature/issue/hotfix>
Where <prefix>
is your GitHub handle.
Features and Issues should branch off development
Hotfixes should branch off master