sharara_video_player 1.2.0
sharara_video_player: ^1.2.0 copied to clipboard
A new Sharara package project for Better Performance and Easy Use.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sharara_video_playerWith Flutter:
$ flutter pub add sharara_video_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sharara_video_player: ^1.2.0Alternatively, 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:sharara_video_player/video_player_sharara.dart';