Simple Flutter application for searching train connections. Also informs about incidents and delays.
Created as project in free time, now available for anyone to take a look.
Clone this repository...
git clone https://github.com/yardexx/tranvel.git
... change directory to project ...
cd tranvel
... and run application.
flutter run
At first, Provider pattern was used. Right now, application relies on bloc pattern.
-
better separation of concerns
-
it plays nice with repository pattern
-
future possibility of state persistence (Hydrated Bloc)
-
Search train connection (wip)
-
Fake API repository
-
State persistence
-
Ride history
-
Incidents
-
Simple profile
-
Onboarding
-
Fake ticket buying
-
Real API
If you like this repository, please give it a ⭐. It's free and it'll make me happy 😊