voo_wear 0.1.2 copy "voo_wear: ^0.1.2" to clipboard
voo_wear: ^0.1.2 copied to clipboard

PlatformAndroid

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_ui 0.3.1 release. No functional changes to voo_wear itself; VooWearScaffold, VooWearShapeBuilder, VooWearAmbientBuilder, and VooRotaryListener are unchanged.

0.1.1 - 2026-04-28 #

Added #

  • example/ app — minimal Wear OS app demoing VooWearScaffold, VooWearShapeBuilder (round vs rectangular branching), VooWearAmbientBuilder (active vs ambient face), and VooRotaryListener (bezel/crown deltas). Required for pub.dev's "Provide documentation" category.

Changed #

  • Inlined formatter: page_width: 160 in analysis_options.yaml so 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.
  • VooWearShapeBuilder and VooWearShape.of(context) — branch on round vs rectangular displays.
  • VooWearAmbientBuilder and VooWearAmbientState — 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, and MotionEvent.AXIS_SCROLL.
  • FakeVooWearPlatform exported via package:voo_wear/testing.dart for in-process widget tests.
1
likes
160
points
206
downloads

Documentation

API reference

Publisher

verified publishervoostack.com

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #wear-os #wearable #watch #user-interface

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on voo_wear

Packages that implement voo_wear