smart_player 0.0.9+1
smart_player: ^0.0.9+1 copied to clipboard
Flutter video player with custom advertisement,screen casting.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smart_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
smart_player: ^0.0.9+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:smart_player/full_screen_player_page.dart';
import 'package:smart_player/progress_bar.dart';
import 'package:smart_player/video_player_page.dart';