Taxi-App
Taxi booking app built using Flutter
File Explorer
Download Latest Version (.zip)- dart.yml
- main_dart.xml
- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- google-services.json
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- settings.gradle
- Ubuntu-Bold.ttf
- Ubuntu-Medium.ttf
- Ubuntu-Regular.ttf
- .DS_Store
- location.png
- taxi.jpg
- taxi_marker.png
- AppFrameworkInfo.plist
- Debug.xcconfig
- Flutter.podspec
- flutter_export_environment.sh
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- Podfile
- Podfile.lock
- taxi_booking_bloc.dart
- taxi_booking_event.dart
- taxi_booking_state.dart
- location_controller.dart
- payment_method_controller.dart
- taxi_booking_controller.dart
- taxi_controller.dart
- user_controller.dart
- user_location_controller.dart
- google_location.dart
- payment_method.dart
- taxi.dart
- taxi_booking.dart
- taxi_driver.dart
- taxi_type.dart
- user.dart
- user_location.dart
- home_screen.dart
- taxi_booking_storage.dart
- dashed_line.dart
- destination_selection_widget.dart
- ease_in_widget.dart
- home_app_bar.dart
- home_drawer.dart
- loading_shimmer.dart
- location_map.dart
- rounded_button.dart
- taxi_booking_cancellation_dialog.dart
- taxi_booking_confirmed_widget.dart
- taxi_booking_details_widget.dart
- taxi_booking_home_widget.dart
- taxi_booking_not_confirmed_widget.dart
- taxi_booking_payments_widget.dart
- taxi_booking_state_widget.dart
- taxi_booking_taxis_widget.dart
- taxi_map.dart
- .DS_Store
- main.dart
- widget_test.dart
- .DS_Store
- .gitignore
- .metadata
- LICENSE
- pubspec.yaml
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/OpenConsultingGroup/Taxi-App
Downloads the entire project code from GitHub to your computer.
cd Taxi-App
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
