flutter_toolkit library

Classes

KeepAlivePage
页面保活方法
Log
Nested
NetUtil
网络封装
SingleChildBuilder
A SingleChildWidget that delegates its implementation to a callback.
SingleChildState<T extends SingleChildStatefulWidget>
A State for SingleChildStatefulWidget.
SingleChildStatefulElement
An Element that uses a SingleChildStatefulWidget as its configuration.
SingleChildStatefulWidget
A StatefulWidget that is compatible with Nested.
SingleChildStatelessElement
An Element that uses a SingleChildStatelessWidget as its configuration.
SingleChildStatelessWidget
A StatelessWidget that implements SingleChildWidget and is therefore compatible with Nested.
SingleChildWidget
A Widget that takes a single descendant.
UiUtil
ViewUtil

Enums

HttpMethod

Typedefs

DialogParamSingleCallback<D> = dynamic Function(D data)
回调一个参数
DialogParamThreeCallback<O, T, K> = dynamic Function(O dataOne, T dataTwo, K threeData)
回调三个参数
DialogParamTwiceCallback<O, T> = dynamic Function(O dataOne, T dataTwo)
回到俩个参数
DialogParamVoidCallback = dynamic Function()
无参数请求回调