flutter_awesome_reels 0.0.1 copy "flutter_awesome_reels: ^0.0.1" to clipboard
flutter_awesome_reels: ^0.0.1 copied to clipboard

A powerful, customizable Flutter widget for creating TikTok/Instagram-style vertical video reels with advanced features like caching, analytics, and rich interactions.

flutter_awesome_reels #

A powerful, customizable Flutter widget for building TikTok/Instagram-style vertical video reels. 🎥📱
Easily display auto-playing, looping videos in a full-screen vertical feed.


✨ Features #

  • Vertical swipeable video feed (PageView)
  • Auto-play and pause on visibility
  • Looping videos
  • Lightweight and fast
  • Fully customizable

📦 Installation #

Add the dependency to your pubspec.yaml:

dependencies:
  flutter_awesome_reels: ^1.0.0

🚀 Usage #

Import the package:

import 'package:flutter_awesome_reels/flutter_awesome_reels.dart';

Use the widget:

AwesomeReels(
  reels: [
    // Your ReelModel items here
  ],
)
17
likes
0
points
78
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful, customizable Flutter widget for creating TikTok/Instagram-style vertical video reels with advanced features like caching, analytics, and rich interactions.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

chewie, device_info_plus, dio, flutter, lottie, package_info_plus, path_provider, provider, share_plus, shimmer, url_launcher, video_player, visibility_detector, wakelock_plus

More

Packages that depend on flutter_awesome_reels