dotup_flutter_wear library

Classes

AmbientCallback
Callback to receive ambient mode state changes.
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.
InheritedShape
An inherited widget that holds the shape of the Watch
WatchShape
Builder widget for watch shapes
Wear

Enums

WearMode
Ambient modes for a Wear device
WearShape
Shape of a Wear device

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