swciitg / onestop_flutter

6 stars 18 forks source link

Update bus_details.dart #147

Closed MISHRA-TUSHAR closed 3 months ago

MISHRA-TUSHAR commented 9 months ago

Extracted the common logic for building the ListView for bus timings to a method called buildTimingList. Removed some unused code such as the initial variable declarations in _BusDetailsState and removed the initState since it was empty. Simplified the GestureDetector widgets for both city and campus. Used the new buildTimingList function in the FutureBuilder for both city and campus bus timings.