ns_player 0.0.5 copy "ns_player: ^0.0.5" to clipboard
ns_player: ^0.0.5 copied to clipboard

NSPlayer is a HLS(.m3u8) video player for flutter. The NsPlayer is a video player that allows you to select HLS video streaming by selecting the quality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ns_player

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

dependencies:
  ns_player: ^0.0.5

Alternatively, 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:ns_player/ns_player.dart';
0
likes
160
points
178
downloads

Publisher

unverified uploader

Weekly Downloads

NSPlayer is a HLS(.m3u8) video player for flutter. The NsPlayer is a video player that allows you to select HLS video streaming by selecting the quality.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_lints, http, path, path_provider, video_player, wakelock_plus

More

Packages that depend on ns_player