Skip to content

This is a Flutter project that fetches data from the Rick and Morty API (https://rickandmortyapi.com)

Notifications You must be signed in to change notification settings

salah-rashad/rick_and_morty

Repository files navigation

Rick and Morty

This is a Flutter project that fetches data from the Rick and Morty API (https://rickandmortyapi.com), which contains information about characters, locations, and episodes from the popular animated series. The application displays this data in three different views (Characters, Locations, and Episodes) using slivers and grid view of cards. This project is developed using the bloc state management pattern and follows clean architecture principles, making it scalable, maintainable, and easy to test.

✨ Special thanks to Rabee Omran for his amazing Flutter Clean Architecture Course.

Features

The application has the following features:

  • Fetches data from the Rick and Morty API
  • Three API views (Characters, Locations, Episodes) that display data in a grid view of cards.
  • Supports data filtering and pagination.
  • Offline mode support.

Packages and Tools Used

This project uses the following packages and tools:

Getting Started

To get started with this project, follow the steps below:

  1. Clone this repository to your local machine using Git or download the repository as a ZIP file and extract it to your preferred directory.

    git clone https://github.com/salah-rashad/rick_and_morty.git
  2. Open the project in your preferred IDE or code editor (such as Visual Studio Code, Android Studio, or IntelliJ IDEA).

  3. Install the dependencies by running the following command in the project directory:

    flutter pub get
  4. Run the project on your device or simulator by running the following command:

    flutter run

    If you encounter any issues during this step, make sure you have set up your development environment correctly and have the necessary tools and SDKs installed.

  5. Explore the code and start making modifications to suit your needs!

Additional Information

If you encounter any issues or have any questions, please refer to the API's documentation or create a new issue on the project's GitHub repository.

About

This is a Flutter project that fetches data from the Rick and Morty API (https://rickandmortyapi.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published