neliveplayer_core 1.0.0-rc.0
neliveplayer_core: ^1.0.0-rc.0 copied to clipboard
A Flutter package for NELivePlayer
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add neliveplayer_core
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
neliveplayer_core: ^1.0.0-rc.0
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:neliveplayer_core/core/neliveplayer_player.dart';
import 'package:neliveplayer_core/core/neliveplayer_view.dart';
import 'package:neliveplayer_core/neliveplayer.dart';