A cross-platform mobile app exploring the Rick & Morty universe on iOS and Android
๐ Rick & Morty API
๐ Cross-Platform Excellence
- Single codebase for iOS and Android
- Platform-specific UI adaptations
- Native performance on both platforms
- Consistent experience across devices
๐ธ Rick & Morty Universe
- Explore characters from all dimensions
- Character details with rich information
- Real-time data from official API
- Smooth navigation between screens
๐๏ธ Professional Architecture
- Clean Architecture (Data/Domain/Presentation)
- BLoC pattern for state management
- Dependency injection with get_it
- Local persistence with Floor database
๐ฑ Native Feel
- iOS and Android design guidelines
- Responsive layouts for all screen sizes
- Smooth animations and transitions
- Offline-capable with local caching
git clone https://github.com/grojasv/flutter_rick.git
cd flutter_rick
flutter pub get && flutter run- Framework: Flutter + Dart
- State Management: BLoC Pattern
- Architecture: Clean Architecture
- DI: get_it
- API: Retrofit for REST calls
- Database: Floor (SQLite)
- Platforms: iOS + Android
- Built with โค๏ธ using Flutter
- Data from Rick & Morty API
- State management with BLoC
Made with ๐ธ for interdimensional adventures!

