flutter_ume_plus library
Classes
-
DragableGridView<
T> - FloatingWidget
- FlutterLogo
- The Flutter logo, in widget form. This widget respects the IconTheme. For guidelines on using the Flutter logo, visit https://flutter.dev/brand.
- FlutterLogoDecoration
- An immutable description of how to paint Flutter's logo.
- IconCache
- InspectorOverlay
- MenuPage
- Pluggable
- PluggableMessage
- PluggableMessageInfo
- PluggableMessageService
- PluggableWithAnywhereDoor
- PluggableWithNestedWidget
- PluggableWithStream
- PluginManager
- PluginStoreManager
- RedDot
- ServiceWrapper
- ToolBarWidget
- UMEWidget
- Wrap your App widget. If enable is false, the function will return child.
Enums
- FlutterLogoStyle
- Possible ways to draw Flutter's logo.
Mixins
Extensions
Constants
- bottomDistance → const double
-
defaultLocalizationsDelegates
→ const List<
LocalizationsDelegate< Object> > - dotSize → const Size
- kHighlightedRenderObjectBorderColor → const Color
- kHighlightedRenderObjectFillColor → const Color
- kMaxTooltipLines → const int
- kScreenEdgeMargin → const double
- kTipTextColor → const Color
- kTooltipBackgroundColor → const Color
- kTooltipPadding → const double
- margin → const double
Properties
-
final
-
overlayKey
→ GlobalKey<
OverlayState> -
final
- ratio → double
-
final
-
rootKey
→ GlobalKey<
State< StatefulWidget> > -
final
- windowSize → Size
-
final
Functions
-
bindingAmbiguate<
T> (T? value) → T? - This allows a value of type T or T? to be treated as a value of type T?.
Typedefs
- CanAccept = bool Function(int oldIndex, int newIndex)
- CloseAction = void Function()
-
DataWidgetBuilder<
T> = Widget Function(BuildContext context, T data) -
DragCompletion<
T> = void Function(List< T?> ? data) - MaximalAction = void Function()
- MenuAction = void Function(Pluggable?)
- MinimalAction = void Function()
- StreamFilter = bool Function(dynamic)
- ToolbarAction = void Function()