flutter_pear_bare 0.2.0
flutter_pear_bare: ^0.2.0 copied to clipboard
Low-level Bare Kit worklet bindings for flutter_pear — worklet lifecycle and raw binary IPC.
flutter_pear_bare #
Low-level Bare Kit worklet bindings for
flutter_pear: worklet lifecycle
(start / terminate / suspend / resume) and raw binary IPC.
Most apps use flutter_pear, not this package directly.
Android-only for now (v0.1). iOS is its own v0.2 milestone (not started). The worklet is the real Bare Kit worklet — it boots, joins Hyperswarm, and relays bytes over this package's binary IPC, not a native-echo stand-in — with lifecycle (start/terminate, auto suspend/resume, hot-restart reattach-or-kill) verified on a real Android emulator. The physical two-device hardware round trip remains a nice-to-have follow-up, not a release blocker (see the repository's
project_plan.mdfor exact status).