wear_plus library
Classes
- AmbientDetails
- Provides details of current ambient mode configuration.
- AmbientMode
- Widget that listens for when a Wear device enters full power or ambient mode, and provides this in a builder. It optionally takes an onUpdate function that's called every time the wear device triggers an ambient update request.
- WatchShape
- Builder widget for watch shapes
- Wear
- Provides access to Wearable features
Mixins
- AmbientCallback
- Callback to receive ambient mode state changes.
Typedefs
- AmbientModeWidgetBuilder = Widget Function(BuildContext context, WearMode mode, Widget? child)
- Builds a child for AmbientMode
- WatchShapeBuilder = Widget Function(BuildContext context, WearShape shape, Widget? child)
- Builds a child for a WatchShape