pico_view 0.4.1 copy "pico_view: ^0.4.1" to clipboard
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_view

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pico_view: ^0.4.1

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:pico_view/pico_view.dart';
0
likes
155
points
11
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#ffi #esp32 #display #embedded

License

Apache-2.0 (license)

Dependencies

code_assets, crypto, ffi, fixnum, flutter, hooks, protobuf

More

Packages that depend on pico_view