jar_video_player 0.1.5 copy "jar_video_player: ^0.1.5" to clipboard
jar_video_player: ^0.1.5 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 'home.dart';

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

final RouteObserver<ModalRoute<void>> routeObserver =
    RouteObserver<ModalRoute<void>>();

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: [routeObserver], home: Home());
  }
}
1
likes
150
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#video #player #reels #download #animated

License

MIT (license)

Dependencies

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

More

Packages that depend on jar_video_player