native_video_player 3.0.0-dev.1 copy "native_video_player: ^3.0.0-dev.1" to clipboard
native_video_player: ^3.0.0-dev.1 copied to clipboard

A Flutter widget to play videos on iOS and Android using a native implementation.

example/lib/main.dart

import 'dart:core';

import 'package:flutter/material.dart';
import 'package:native_video_player_example/app-view.dart';

void main() {
  runApp(
    const AppView(),
  );
}
78
likes
0
points
3.42k
downloads

Publisher

verified publisheralbemala.me

Weekly Downloads

A Flutter widget to play videos on iOS and Android using a native implementation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path, path_provider

More

Packages that depend on native_video_player