Last updated:
0 purchases
gastas core
Core for the Gastas Apps #
📑 About the project #
The Core for the User- and the Admin-App. It contains e. g. some models, UI-modules, services and more.
(back to top)
🧑🏻🏭 Usage #
Just add the package to your pubspec.yaml and import it.
...
dependencies:
gastas_core: ^{your_version_number}
...
copied to clipboard
(back to top)
🔢 Getting started #
Clone the repository
git clone https://github.com/Gastas-DHGE/Core.git
copied to clipboard
Install the depencies
flutter pub get
copied to clipboard
(back to top)
👨🏻💼 Contributing #
Contributions are always welcome! Please look at following commit-conventions, while contributing: https://www.conventionalcommits.org/en/v1.0.0/#summary 😃
(Fork the project.)
(Pick or create an issue you want to work on.)
Create your Feature-Branch. (git checkout -b feat/best_feature)
Commit your changes. (git commit -m 'feat: add some cool feature')
Push to the branch. (git push origin feat/best_feature)
Open a Pull-Request into the Develop-Branch.
(back to top)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.