abs_native_video_player 0.0.4 copy "abs_native_video_player: ^0.0.4" to clipboard
abs_native_video_player: ^0.0.4 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(),
  );
}
1
likes
145
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, json_annotation, path, path_provider, visibility_detector

More

Packages that depend on abs_native_video_player

Packages that implement abs_native_video_player