Skip to content

memishood/flutter_bloc_movie_app_example

Repository files navigation

Movie app (TMDB) with Flutter using BLoC

Clean way of usage Data / Domain / Presentation with BLoC

   

Project architecture

Folder structure of the project:

├── lib
│   ├── app                   
│   ├── core                
│   │   ├── api                   
│   │   ├── di                      
│   │   ├── extension       
│   │   └── route           
│   └── features                  
└── ... ├── feature_x
        │   ├── data
        │   │   ├── datasources   
        │   │   ├── models         
        │   │   └── repositories   
        │   ├── domain
        │   │   ├── entities        
        │   │   ├── repositories   
        │   │   └── usecases        
        │   └── presentation       
        │       ├── bloc
        │       ├── widget
        │       └── page.dart
        └── ...

About

Flutter movie app using themoviedb api with BLoC

Topics

Resources

Stars

Watchers

Forks

Languages