Flutter Training Project
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- feat: Commits, that adds or remove a new feature
- fix: Commits, that fixes a bug
- refactor: Commits, that rewrite/restructure your code, however does not change any API behaviour
- perf: Commits are special refactor commits, that improve performance
- style: Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)
- test: Commits, that add missing tests or correcting existing tests
- docs: Commits, that affect documentation only
- build: Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...
- ops: Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...
- chore: Miscellaneous commits e.g. modifying .gitignore