voo_wear 0.1.0
voo_wear: ^0.1.0 copied to clipboard
Flutter SDK for building Wear OS apps. Round-screen-aware Scaffold, ambient mode, rotary input, and the building blocks for great smartwatch UX in Dart.
Changelog #
All notable changes to voo_wear will be documented in this file.
0.1.0 - 2026-04-26 #
Added #
- Initial release.
VooWearScaffold— opinionated app shell for Wear OS that handles round-screen padding, status bar, and ambient mode dimming.VooWearShapeBuilderandVooWearShape.of(context)— branch on round vs rectangular displays.VooWearAmbientBuilderandVooWearAmbientState— rebuild on ambient↔active transitions.VooRotaryListener— receive rotary (bezel/crown) input as a Dart stream.VooWearRoundSafeArea— extra inset wrapper that respects round-screen corner masking.- Native Android plugin wraps
Configuration.isScreenRound,AmbientLifecycleObserver, andMotionEvent.AXIS_SCROLL. FakeVooWearPlatformexported viapackage:voo_wear/testing.dartfor in-process widget tests.