byteark_player_flutter 1.0.6 copy "byteark_player_flutter: ^1.0.6" to clipboard
byteark_player_flutter: ^1.0.6 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add byteark_player_flutter

With Flutter:

 $ flutter pub add byteark_player_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  byteark_player_flutter: ^1.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:byteark_player_flutter/data/byteark_player_config.dart';
import 'package:byteark_player_flutter/data/byteark_player_event_types.dart';
import 'package:byteark_player_flutter/data/byteark_player_item.dart';
import 'package:byteark_player_flutter/data/byteark_player_license_key.dart';
import 'package:byteark_player_flutter/data/byteark_player_media_track.dart';
import 'package:byteark_player_flutter/domain/event_channel/byteark_player_event_channel.dart';
import 'package:byteark_player_flutter/domain/method_channel/byteark_player_controller.dart';
import 'package:byteark_player_flutter/domain/method_channel/byteark_player_controller_method_channel.dart';
import 'package:byteark_player_flutter/domain/method_channel/byteark_player_controller_platform_interface.dart';
import 'package:byteark_player_flutter/presentation/byteark_player.dart';
5
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

ByteArkPlayerFlutter is a Flutter plugin for the ByteArk Player, designed to enable seamless video playback and advanced player management within your Flutter applications.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on byteark_player_flutter

Packages that implement byteark_player_flutter