The actual booking app.
This project is in Phaseout stage and no longer maintained.
- All in one multipurpose booking app.
- Easiest booking app for everyone.
- UX First Design
- GooCard Cloud Identification.
- Seamless delay device communication.
- Rewarding System that actually is about "win-win".
- IOT GooCard Integration.
- Open-source API/SDK.
- Generate JSON serializable files
flutter pub run build_runner build
Flutter 3
- Clone the repository
- Clone the repository from backend repository. Setup the backend repository.
- Configure environment variables in
.env
file. See.env.example
for more details. - Setup Mapbox SDK ios (This is being done locally since they want to do verification).
- Put GoogleService-Info.plist in "/ios" folder.
- Start the backend server.
- Start the flutter app with "flutter run".
- Check this out: https://stackoverflow.com/a/72462085/10868150
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.
To update the CocoaPods specs, run:
pod repo update
...
[!] Error installing Mapbox-iOS-SDK
- Refer: Mapbox installation guide