nertc_screen_share 1.1.0-rc.0
nertc_screen_share: ^1.1.0-rc.0 copied to clipboard
An iOS screen share plugin that works with `nertc`.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nertc_screen_shareThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nertc_screen_share: ^1.1.0-rc.0Alternatively, 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:nertc_screen_share/nertc_screen_share.dart';