document_pip 0.1.1
document_pip: ^0.1.1 copied to clipboard
Put live Flutter widgets in a real always-on-top OS window from Flutter Web, using the Document Picture-in-Picture API and Flutter's multi-view engine.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add document_pipThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
document_pip: ^0.1.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:document_pip/document_pip.dart';