Skip to content

dhis2-club-tanzania/user-support-mobile

Repository files navigation

User Support Mobile App

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/dhis2-club-tanzania/user-support-mobile
  1. Open the project in your preferred IDE or code editor:
cd user-support-mobile
code .  
  1. Clean project:
flutter clean
  1. Install the dependencies:
flutter pub get
  1. Run database builder
flutter packages pub run build_runner build --delete-conflicting-outputs
  1. Build the APK file:
flutter build apk

The APK file will be generated in the build/app/outputs/flutter-apk directory.

Contributing

Contributions are welcome! If you have a bug report or a feature request, please open an issue on GitHub. If you want to contribute code, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Note: You may also want to add instructions for running the project in the README.md file, depending on the nature of your project.