An app that uses the TvMaze API to display clearer information to users.
To use this app, all you need is flutter 3.0 installed and running on your machine. Clone this project to your computer and opens a emulator or run on your device.
To deploy this project run
flutter run
Clone the project
git clone https://github.com/estermabel/TvMaze.git
Go to the project directory
cd tv_maze
Install dependencies
flutter pub get
Run the project
flutter run
This project was developed using Flutter. The state manegement tool used was Change Notifier alongside with the Flutter Modular for dependency injection and Clean Architecture.
You can access the full documentation here.
- List all of the series contained in the API used by the paging scheme provided by the API.
- Allow users to search series by name.
- The listing and search views must show at least the name and poster image of the series.
- After clicking on a series, the application should show the details of the series, showing
the following information:
- Name
- Poster
- Days and time during which the series airs
- Genres
- Summary
- List of episodes separated by season
- After clicking on an episode, the application should show the episode’s information, including:
- Name
- Number
- Season
- Summary
- Image
- Light and Dark theme defined by the system
- Unit tests for the domain layer
- Ester Mabel - GitHub - GitHub
- I built this app as a challenge. With him I was able to practice and reinforce my skills and knowledge. It was a fun project, I couldn't do the extra challenges, but I intend to keep improving this project.