video_player_oneplusdream 0.0.1+10 copy "video_player_oneplusdream: ^0.0.1+10" to clipboard
video_player_oneplusdream: ^0.0.1+10 copied to clipboard

outdated

this plugin used for video player in ios, android, web with many functions.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:video_player_oneplusdream_example/home.dart';

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

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

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

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: HomeRoute(),
    );
  }
}
6
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

this plugin used for video player in ios, android, web with many functions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, rxdart

More

Packages that depend on video_player_oneplusdream