Flutter Preload Videos
๐
Introduction
Preloading logic to reduce video initialization
๐
Demo
๐ฏ
Logic
๐จ
Usage
To clone and run this application, you'll need git and flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Shadow60539/flutter_preload_videos.git
# Go into the repository
$ cd flutter_preload_videos.git
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run
๐ฆ
Packages
Package | Description |
---|---|
video_player | Render videos in Flutter |
build_runner | Build Custom Models |
flutter_bloc | BLoC State Management |
freezed | Code generation for immutable classes |
๐ข
Directory Structure
The project directory structure is as follows:
โโโ android
โโโ asset
โโโ build
โโโ images
โโโ ios
โโโ lib
โโโ test
โโโ analysis_options.yaml
โโโ pubspec.lock
โโโ pubspec.yaml