- Retrieve events from backend using REST APIs and displays them.
- Filter events according to their category.
- Purchase tickets using the PayTabs payment gateway.
- Search & view events on a google maps display.
- You have flutter installed on your machine (updating to the latest version is preferred), if not, you can install it from here.
- Your IDE has all the official flutter/dart plugins.
- Your device/emulator is running android with a minimum sdk version of 30
Flutter PayTabs Bridge Package
Install the needed dependencies using
flutter pub get
Then with your emulator open, follow up with
flutter run
Thanks to symu for providing the template of this project for free.
You can find the template used here
Thanks To:
For Providing additional that were used in developing the app.