gastas_core 0.0.1 gastas_core: ^0.0.1 copied to clipboard
Core for the Gastas-User- and the Gastas-Admin-App.
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.
🧑🏻🏭 Usage #
Just add the package to your pubspec.yaml and import it.
...
dependencies:
gastas_core: ^{your_version_number}
...
🔢 Getting started #
- Clone the repository
git clone https://github.com/Gastas-DHGE/Core.git
- Install the depencies
flutter pub get
👨🏻💼 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.