flutter_ume_plus library

Classes

DragableGridView<T>
FloatingWidget
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
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.

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()
MinimalAction = void Function()
StreamFilter = bool Function(dynamic)
ToolbarAction = void Function()