flutter_mana library

Classes

CheckIconButton
轻量级“点击后显示 √,N 秒后自动恢复”的 IconButton onPressed 返回 Future 时,按钮会等待 Future 完成再复位
HitTestUtils
A utility class for performing hit testing on the Flutter render tree.
InspectorOverlay
A LeafRenderObjectWidget that displays an overlay for inspecting UI elements. It renders a selection box around a chosen widget and optionally shows edge outlines for candidates and a description tooltip.
ManaPluggable
Defines the basic behavior and properties of a pluggable component (plugin).
ManaPluginManager
Manages the registration and access of Mana pluggable components. This class follows the Singleton pattern to ensure a single instance throughout the application.
ManaScope
ManaState
ManaStore
ManaWidget
Provides the entry point and basic structure for the Mana plugin system.
VmInspector
VmInspector 类封装了与 Dart VM 服务交互的各种操作。 它提供了一系列方法来获取 VM 信息、内存使用情况、类列表、快照等。

Enums

PositionType

Properties

manaLocale Locale
getter/setter pair
manaRootKey GlobalKey<State<StatefulWidget>>
A global key used to access the root node of the ManaWidget.
final

Typedefs

ManaFloatingWindow = FloatingWindow