shipped · 2022
Rick & Morty Flutter
A Flutter app for browsing the Rick & Morty universe — characters, episodes, locations.
- Flutter
- Dart
- BLoC
- REST
What it is
A Flutter app built around the public Rick & Morty REST API — character grids, episode lists, and detail screens with related-entity links. A small but real exercise in Flutter widgets, navigation, and async state.
Highlights
- Async state with BLoC, kept honest by separating event → state from view.
- Pagination over the REST API with smooth list reuse.
- Detail screens that cross-link characters, episodes, and locations.
- Pull-to-refresh and offline-friendly cached responses.
A useful sandbox project for getting comfortable with the Flutter way of structuring screens, state, and side effects.
role · Author← back to projects