Instagram reels UI with preloading videos.
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
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 |