LAVENDER πŸ“Ί

A fully-functional video streaming app like netflix made in Flutter using Custom Nodejs backend.

How To Run This Project πŸƒβ€β™‚οΈ

  1. Clone the repository.
  2. cd lavendr_app
  3. Do flutter pub get.

Features πŸš€

  1. User can watch live tv.
  2. User can watch latest Movies and series.
  3. Get to know about all the upcoming movies/series.

Built With πŸ› 

  • Flutter – UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase.
  • http – A composable, Future-based library for making HTTP requests.
  • Bloc – A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
  • equatable – A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
  • yoyo_player – yoyo_player is a video player that allows you to select HLS video streaming by selecting the quality
  • lottie – To implement lottie animation.
  • nodeJS – Node.js is a JavaScript runtime for server side code.
  • express – Fast, unopinionated, minimalist web framework for Node.js.

Package Structure for app πŸ—Ό

lib # Root Package

β”œβ”€β”€ data                         #data layer
|   β”œβ”€β”€ channels                 #channels    
|   β”‚   β”œβ”€β”€ channel              #channel model      
|   β”‚   └── language             #language model       
β”‚   β”œβ”€β”€ comming_soon  
|   |   └── comming_soon         #comming_soon model
β”‚   β”œβ”€β”€ movies  
|   |   β”œβ”€β”€ movies_categories    #movies_categories model
|   |   └── movies               #movie model
β”‚   └── series
|       β”œβ”€β”€ episode              #episode model
|       β”œβ”€β”€ seasons              #season model
|       β”œβ”€β”€ series_categories    #series_categories model
|       └── series               #series model      
|                  
β”œβ”€β”€ domain                       #connect data layer with ui layer
|   └── repositories             #single source of truth 
|       └── network_repo         #handel api request 
|
β”œβ”€β”€ presentation                 #ui layer
|    β”œβ”€β”€ bloc                    #state management   
|    β”œβ”€β”€ pages                   #app screens 
|    └── widgets                 #widgets
|
β”œβ”€β”€ utils                        #utility
|   └── constants                #contain constants
|                          
└── main.dart                    #entry point

Architecture for app 🏹

This app uses Clean Architecture.

.

Features Under Progress 🐌

  1. Web support.

Platform Supported πŸ’»πŸ“±

  • Android
  • IOS

GitHub

View Github

Entradas similares

Deja una respuesta