Fareed-Ahmad7 / Ginee-Ride

Integration of Text-To-Speech functionality in Ginee ride details app
0 stars 0 forks source link

ginee

Build APP

  1. Clone the repo gh repo clone Fareed-Ahmad7/Ginee-Ride
  2. Install dependencies flutter pub get
  3. Run app flutter run

Test for multiple upcoming rides

  1. Go to this ridelist setion of code : https://github.com/Fareed-Ahmad7/Ginee-Ride/blob/31a944ab0de9afeed06e3f9f7cc5f03c69ca23fb/lib/screens/Home.dart#L31C4-L31C4
  2. de-comment the already commented second 'RideDetails()' to add second ride to ridelist

Test for no upcoming rides

  1. Go to this ridelist setion of code : https://github.com/Fareed-Ahmad7/Ginee-Ride/blob/31a944ab0de9afeed06e3f9f7cc5f03c69ca23fb/lib/screens/Home.dart#L19
  2. comment both 'RideDetails()' to make the rideList empty

IOS Screenshots