byteplus_live_platform 1.0.0-alpha.1
byteplus_live_platform: ^1.0.0-alpha.1 copied to clipboard
ve_live platform interface
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add byteplus_live_platformWith Flutter:
$ flutter pub add byteplus_live_platformThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
byteplus_live_platform: ^1.0.0-alpha.1Alternatively, 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:byteplus_live_platform/velive_flutter_sdk_platform_interface.dart';