The Jogja International Model United Nations (JOINMUN) 2019 official app.
This is the application for delegates and guests of Jogja International Model United Nations 2019. Your experience throughout the conference will be a lot more convenient with this app as your guide as you go through the 4-day event and explore Yogyakarta.
This app is built using Flutter and Firebase Cloud Firestore for both Android and iOS.
You can install the app via or
- View all the schedules and events of JOINMUN 2019
- View amazing places to visit in Yogyakarta
- Get reminders of upcoming events
- Contact the delegates directly
- and many more..
- Install Flutter. See https://flutter.io/setup/
- Setting up the IntelliJ. See https://flutter.io/ide-setup/
- Fork and clone this repository.
- Move to
joinmun
directory. - Run
flutter run
command.
This project is possible thanks to iampawan's GDG Devfest App where it provides the general look of the app and also the Bloc architecture which I can then implement and expand upon on this project.