appplayer_ui_view 0.1.0
appplayer_ui_view: ^0.1.0 copied to clipboard
Read-only Flutter viewer for target-native UI outputs (Flutter, LVGL, Qt, ...). Each target plugs in via a UiRuntimePort.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add appplayer_ui_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
appplayer_ui_view: ^0.1.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:appplayer_ui_view/appplayer_ui_view.dart';