voo_wear 0.1.2
voo_wear: ^0.1.2 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.2 - 2026-04-28 #
- Version bump to align with the
voo_watch_ui0.3.1 release. No functional changes tovoo_wearitself;VooWearScaffold,VooWearShapeBuilder,VooWearAmbientBuilder, andVooRotaryListenerare unchanged.
0.1.1 - 2026-04-28 #
Added #
example/app — minimal Wear OS app demoingVooWearScaffold,VooWearShapeBuilder(round vs rectangular branching),VooWearAmbientBuilder(active vs ambient face), andVooRotaryListener(bezel/crown deltas). Required for pub.dev's "Provide documentation" category.
Changed #
- Inlined
formatter: page_width: 160inanalysis_options.yamlso pana scores the package under the project's column width.
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.