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

Flutter package that shows videos, images, and text as a story like Instagram, Whatsapp and other social media platforms

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const Example());
}

class Example extends StatelessWidget {
  const Example({super.key});

  @override
  Widget build(BuildContext context) {
    return const Placeholder();
  }
}
65
likes
0
pub points
84%
popularity

Publisher

verified publisherdevkrest.com

Flutter package that shows videos, images, and text as a story like Instagram, Whatsapp and other social media platforms

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, flutter, flutter_cache_manager, flutter_inappwebview, smooth_video_progress, video_player

More

Packages that depend on flutter_story_presenter