sarmay_tha_player 0.4.3
sarmay_tha_player: ^0.4.3 copied to clipboard
Native network-only video player with custom Android (ExoPlayer) and iOS (AVPlayer) engines.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sarmay_tha_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sarmay_tha_player: ^0.4.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sarmay_tha_player/tha_player.dart';
import 'package:sarmay_tha_player/tha_player_method_channel.dart';
import 'package:sarmay_tha_player/tha_player_platform_interface.dart';