zego_pip 0.0.3
zego_pip: ^0.0.3 copied to clipboard
A Flutter Picture-in-Picture (PIP) plugin based on `zego_express_engine`, supporting iOS and Android platforms .
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zego_pip
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zego_pip: ^0.0.3
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:zego_pip/zego_pip.dart';