Skip to content

khamidjon/imdb-clone

Repository files navigation

imdb_clone

IMDB clone App.

Content

In this repository, we are going to build IMDB Clone application. This project will involve some best practices and tools.

The project:

  • follows Clean Architecture
  • uses Flutter Bloc state management
  • uses go_router for navigation
  • get_it, injectable for dependency injection
  • dio, retrofit for rest api handling
  • hive for data storage
  • slang for language handling

Quick start

After cloning the repository you should:

  • register in https://www.themoviedb.org and get read access token
  • create .env file in project root and save token as TEMP_TOKEN, refer to video
  • then you can get started by using the Flutter version specified in the pubspec.yaml file and by running:
flutter packages pub run build_runner build --delete-conflicting-outputs
cd packages/imdb_localization && flutter pub get && flutter pub run slang && cd ../../

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published