xstream_player 2.0.1  xstream_player: ^2.0.1 copied to clipboard
xstream_player: ^2.0.1 copied to clipboard
Advanced video player based on video_player and Chewie. It's solves many typical use cases and it's easy to run.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add xstream_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  xstream_player: ^2.0.1Alternatively, 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:xstream_player/xstream_player.dart';