TrafficNow is helping users to give current traffic status scheduled time on custom routes.
TrafficNow Using multiple open source third party libraries.
Libraries to use core Dart.
- intl : To Format DateTime
Libraries to connect to Google APIs.
- flutter_google_places : Embeding Google Places to search places
- google_maps_flutter : Embedding Google Maps to Application
- http : Get JSON Data from Google Directions API
- url_launcher : To redirect to Google Maps Application
- localstorage : Saved User Route, Scheduled Time, EST Time.
- flutter_local_notifications : To send notification on scheduled time.
- geolocator : To get current user location
- auto_size_text : Re-sizing text
- flutter_spinkit : Loading Animation
- bubble_bottom_bar : Bottom Bar
- provider : State Management
- Optimize Code
- Provider - State Management (Implement mainScreen provider state management)
MIT