eyflutter_core library

Author lijinghuan Email:ljh0576123@163.com CreateTime:2022-11-27 Description:Generated file. Do not edit. Modifier: ModifyContent:

Classes

AndroidDeviceInfo
Author lijinghuan Email:ljh0576123@163.com CreateTime:2023-01-30 Description:Generated file. Do not edit. Modifier: ModifyContent:
AnsiColor
ApplicationInfo
Author lijinghuan Email:ljh0576123@163.com CreateTime:2022-01-17 Description:Generated file. Do not edit. Modifier: ModifyContent:
ApplicationToolUtils
应用工具管理类
BaseCloudBus
BaseResponse
Author lijinghuan Email:ljh0576123@163.com CreateTime:2021-12-24 Description:Generated file. Do not edit. Modifier: ModifyContent:
ClickEvent
检测事件是否快速点击
ClipboardUtils
CloudChannelManager
CloudEBus
CloudRouteObserver
ConfigManager
ConfigTable
ConsoleOutput
Default implementation of LogOutput.
ConstButton
ConstListView<T extends ConstButton>
ConstNavigator
CountdownTimer
CrashHandler
CrashInfo
异常信息
CusChangeNotifier
CycleUtils
DeviceChannels
DeviceInfo
Author lijinghuan Email:ljh0576123@163.com CreateTime:2023-01-30 Description:Generated file. Do not edit. Modifier: ModifyContent:
DeviceUtils
DioManager
EBusItem
EffectiveMMkvUtils
特定时间内数据缓存 超过缓存时间后下次获取数据自动删除
EyFlutter
FloatFormatter
Formatter
FutureWait
同步任务,确保所有任务执行完后回调结果
IntFormatter
IosDeviceInfo
Author lijinghuan Email:ljh0576123@163.com CreateTime:2023-01-30 Description:Generated file. Do not edit. Modifier: ModifyContent:
IsolateAccess
IsolateReceiver
JsonUtils
KeepFunctionNested
KeepManager
KeepResponse
LangConfigEntry
Author lijinghuan Email:ljh0576123@163.com CreateTime:2021-12-24 Description:Generated file. Do not edit. Modifier: ModifyContent:
LangEntry
LangLocalizationsDelegate
LangManager
LangStorage
LogEvent<E>
LogFactory
日志实现
LogFilter
LogFunctionNested
Logger
Use instances of logger to send log messages to the LogPrinter.
LoggerParameter
logger parameter config
LogOutEvent
LogResponse
MemoryUtils
内存存储
MmkvUtils
NetworkManager
PermissionItem
Author lijinghuan Email:ljh0576123@163.com CreateTime:2023-01-30 Description:Generated file. Do not edit. Modifier: ModifyContent:
Permissions
PermissionUtils
权限工具
PluginUtils
PrettyPrinter
PrintFormat
ProviderListModel<T>
ProviderModel<T, P>
表单模型
Retrofit
RouteUriParse
RouteUtils
SharedPreferencesUtils
SoftUtils
StringFormatter
System
ThreadPool
TimingCount
XmlParserUtils
xml解析工具

Enums

ContentType
InterceptorType
拦截器类型
Level
Method
MMkvPart
RequestWay
数据请求方式
RouteEvent

Mixins

ILogFilter
ILogger
ILogListener
日志监听
ILogOutput
ILogPrinter
OnAddressConfig
OnBaseModelListener
OnConfigTableInterceptor
OnEyFlutterConfig
OnLangChangeState
OnLangConfig
OnRequestInfoInterceptor
dio请求信息拦截,在网络请求时追加对应的信息.
OnRequestInterceptor
dio请求拦截器
OnResponseCall
dio响应回调
OnResponseInterceptor
dio响应数据拦截 onResponseMap与onResponseString回调互斥,根据请求方式决定回写对应数据对象.
OnResponseStringCall
dio响应回调
OnRouteEventIntercept
路由事件拦截
OnSchemeListener
RouteStateNotification
UniversalModel<P>

Typedefs

CountdownCallback = void Function(int days, int hours, int minutes, int seconds)
KeepFunctionNestedCall = Future<KeepResponse> Function()
LogFunctionNestedCall = Future<LogResponse> Function()
解决并发情况下日志输出堵塞问题
OnAccessCall = void Function(dynamic access, Map<String, dynamic> params)
OnCompletedCall = void Function()
OnCrashCollectCall = CrashInfo Function(dynamic error)
错误信息收集回调
OnFinishedCall = void Function(dynamic response)
OnFutureAction<T> = Future<T> Function()
OnFutureWaitCall = void Function(bool success, List resultList)
OnObserverCall = dynamic Function(Map<String, dynamic> params)
OnPermissionCall = void Function(bool granted)
OnProcessCall = void Function(double process)
OnReleaseLogReport = void Function(CrashInfo crashInfo)
正式环境需要上报回调
OnResponseCompleteCall = void Function(String requestId)
OnResponseErrorCall = void Function(String requestId, String message, Map<String, dynamic> dataMap)
OnResponseStringErrorCall = void Function(String requestId, String message, String responseData)
OnResponseStringSuccessCall = void Function(String requestId, String responseData)
OnResponseSuccessCall = void Function(String requestId, Map<String, dynamic> dataMap)
PrintFormatFormatter = Formatter Function(dynamic arg, dynamic options)
SPrintF = dynamic Function(String fmt, dynamic args)
TaskFunction = Future<bool> Function(String params)