byteark_player_flutter 2.0.1
byteark_player_flutter: ^2.0.1 copied to clipboard
ByteArkPlayerFlutter is a Flutter plugin for the ByteArk Player, designed to enable seamless video playback and advanced player management within your Flutter applications.
example/lib/main.dart
import 'package:byteark_player_flutter_example/demo/demo_home_screen.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const DemoHomeScreen());
}