Core for the Gastas Apps

Version


📑 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}
  ...

(back to top)

🔢 Getting started

  1. Clone the repository
    git clone https://github.com/Gastas-DHGE/Core.git
    
  2. Install the depencies
    flutter pub get
    

    (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 😃

  1. (Fork the project.)
  2. (Pick or create an issue you want to work on.)
  3. Create your Feature-Branch. (git checkout -b feat/best_feature)
  4. Commit your changes. (git commit -m 'feat: add some cool feature')
  5. Push to the branch. (git push origin feat/best_feature)
  6. Open a Pull-Request into the Develop-Branch.

(back to top)

Libraries

gastas_core