Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.85 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.85 KB

Dart Flutter

Instagram Reels

Instagram reels UI with preloading videos.

Demo 👀

Output sample

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/TheBoy-WhoCode/instagram_reels.git

# Go into the repository
$ cd instagram_reels

# Install dependencies
$ flutter pub get

# Run the app
$ flutter run

Packages 📦

Package Description
cached_network_image For caching images
flutter_bloc BLoC State Management
font_awesome_flutter Font awsesome icon pack
freezed Code generation for immutable classes
freezed_annotation Code annotation
video_player Render videos in Flutter
build_runner Build Custom Models