mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Displays a custom "Hello, World!" custom widget in a remote Flutter widget (RFW) for use by a remote widget. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
config BR2_PACKAGE_FLUTTER_RFW_LOCAL_EXAMPLE
|
|
bool "remote flutter widgets example"
|
|
help
|
|
This example shows how one can create custom widgets in an RFW
|
|
client, for use by remote widgets.
|
|
|
|
https://github.com/flutter/packages/tree/main/packages/rfw/example/local
|