ume library
Classes
- AlignRuler
- BinaryMessengerProxy
- ChannelMonitor
- ChannelObserver
- 悬浮按钮
- ChannelObserverBinding
- 自定义WidgetsFlutterBinding
- ChannelObserverWidgetState
- ColorPicker
- ColorSucker
- ColumnData
- Console
- ConsoleState
- CustomDatabase
- DatabaseManager
- DatabasePanel
- DatabasesItem
- DataCleanPanel
- DesignerCheck
- DesignerCheckBoard
- DesignerCheckBoardState
- DeviceInfo
- DioInspector
- Implement a Pluggable to integrate with UME.
- ErrorPackage
- GetConnectInspector
- Implement a Pluggable to integrate with UME.
-
HiveBoxItem<
T extends UMEHiveData> - HiveColumnData
- HiveDatabase
-
HiveTableData<
T extends UMEHiveData> - InspectorOverlay
- MemoryDetectorButton
- 作者:李佳奇 日期:2022/4/25 备注:泄露信息入口按钮
- MemoryDetectorButtonState
- MemoryInfoPage
- Monitor
- test push two remote url
- MonitorActionsPlugin
- MonitorActionWidget
- @date 4/21/21 describe:
- MonitorPlugin
- Performance
- Pluggable
- PluggableWithAnywhereDoor
- PluggableWithNestedWidget
- PluggableWithStream
- PluginManager
- RecentChannelRecordPage
- channel 调用记录的展示页面
- RecentChannelRecordPageState
- ServiceWrapper
- ShowCode
- ShowCodeState
- SlowAnimation
- SqliteDatabase
- SqliteTableColumData
- SqliteTableData
- sqlite data
- SqliteUpdateConditions
- sqlite database update need conditions db is sqlite database the example is incomplete!!
- TableData
- TouchIndicator
- UMEDatabase
- UmeDatabaseHelper
- UMEDioInterceptor
-
Implement a
Interceptor
to handle dio methods. - UMEGetConnectInspector
- Main idea about this interceptor:
- UmeKitChannelObserver
- platform channel 工具箱 用于记录最近的调用记录
- UmeKitMemoryDetector
- 内存检测工具
- UMEWidget
- Wrap your App widget. If enable is false, the function will return child.
- UpdateConditions
- data update content
- WidgetDetailInspector
- WidgetInfoInspector
Enums
Mixins
- ChannelObserverServicesBinding
- UMEHiveData
- an ume hive data use ume data class need extends the mixin we need an public function call example:
- VMServiceWrapper
Extensions
Constants
- closeMemDetector → const bool
- 关闭内存检测
- cpuIconData → const String
-
defaultLocalizationsDelegates
→ const List<
LocalizationsDelegate< Object> > - delayDoDetect → const int
- 延迟检测
- deviceIconData → const String
- expandUnitNumber → const int
- 扩展单元数量
- maxRetainingPath → const int
- 引用链最大长度
- recorderSize → const int
- channel表的记录最大长度
Properties
-
channelRecorder
↔ IStorage<
ChannelModel> -
最近platform channel调用记录
getter/setter pair
- iconBytes → Uint8List
-
final
-
final
-
overlayKey
→ GlobalKey<
OverlayState> -
final
-
rootKey
→ GlobalKey<
State< StatefulWidget> > -
final
- zoneErrorHandler ↔ ZoneErrorHandler
-
zone的error处理方法
getter/setter pair
Functions
-
consolePrint(
String message) → void - Print the message to the console.
Typedefs
- StreamFilter = bool Function(dynamic)
- TableName = String
- an string typedef
- ZoneErrorHandler = void Function(Object error, StackTrace? stack)