Skip to content

Latest commit

Β 

History

History
40 lines (25 loc) Β· 1.6 KB

File metadata and controls

40 lines (25 loc) Β· 1.6 KB

πŸ“Œ Rick and Morty Flutter App

πŸ”— Data Source

I found this free API:
➑️ https://rickandmortyapi.com/api

🏠 Home Screen

  • βœ… Used Dio to fetch data.
  • βœ… Filter the list by searching for a character's name.
  • βœ… Check internet connection using flutter_offline.

πŸ“Έ Screenshots

Characters List Search by Name No Internet
Characters List Search No Internet

πŸ” Details Screen

  • βœ… Used Hero animation widget and Animated Text Kit.
  • βœ… Used Slivers for advanced scrolling UI.

πŸ“Έ Screenshots

Character Details Character Details 2
Details Details 2

πŸš€ Technologies Used

  • Flutter
  • Dio for HTTP requests
  • flutter_bloc for State Management
  • flutter_offline for checking internet connection
  • Clean Architecture (Cubit, Repository)