flutter_pear_bare 0.3.1
flutter_pear_bare: ^0.3.1 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.
Platforms: Android (stable) · iOS (SIMULATOR-VALIDATED — see iOS platform notes) · macOS/Linux/Windows desktop (new in 0.3.0 — a subprocess-spawned
bareruntime, not BareKit, since no BareKit build exists for desktop; see each platform's own notes linked from Desktop dev setup). The worklet is the real Bare Kit worklet on mobile, and the realbareCLI runtime on desktop — 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 iOS Simulator, and real macOS/Linux/Windows hardware. Physical two-device mobile hardware validation remains a nice-to-have follow-up, not a release blocker (see the repository'sproject_plan.mdfor exact status).