houseoftech_video_player 1.2.6 copy "houseoftech_video_player: ^1.2.6" to clipboard
houseoftech_video_player: ^1.2.6 copied to clipboard

PlatformAndroid

A modern reels-ready customizable network video player for Flutter with lifecycle and visibility handling.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:houseoftech_video_player/houseoftech_video_player.dart';

import 'home.dart';

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

final videoRouteObserver = VideoRouteObserver();

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(navigatorObservers: [videoRouteObserver], home: Home());
  }
}
2
likes
140
points
345
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A modern reels-ready customizable network video player for Flutter with lifecycle and visibility handling.

Topics

#video #player #reels #download #animated

License

MIT (license)

Dependencies

ffmpeg_kit_flutter_new_https_gpl, flutter, flutter_cache_manager, flutter_tts, http, media_store_plus, path_provider, permission_handler, share_plus, video_player, visibility_detector

More

Packages that depend on houseoftech_video_player