pico_view 0.4.1
pico_view: ^0.4.1 copied to clipboard
Mirror a Flutter widget subtree to an external LCD driven by ESP32-P4 firmware over USB, with capacitive touch fed back into the widget tree.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pico_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pico_view: ^0.4.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:pico_view/pico_view.dart';