ambient
A new Flutter project.
Getting Started
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.
Git Workflow
- create new branch (gitlab) with the title of the module you want to implement
- build the module
- when finished pull the current main branche into your module-branche
- if necessary merge the incoming changes
- after successful testing on your module-branche, pull your branche into main
- now you can delete your module-branche