dito library
Classes
- DemoLWidget
-
Flatlist<
K> -
FlatlistController<
T> -
FlatlistState<
K> - GraphQLClientManager
-
KPage<
T extends KPageController> - example
-
KPageController<
T> - LAdapt
- LAppbar
-
exampleauthorzhouzhixin 这是一个自定义的AppBar组件 - LColumn
- LGraphQLService
- LImage
-
authorzhouzhixindate2025-03-07description图片组件 - LInput
- LRow
-
authorzhouzhixindate2025-03-06description网格组件 -
LStateWidget<
T extends GetxController> - 有状态组件
- LSwitch
-
LSwitch 开关组件
paramsactiveColor 激活颜色 inactiveColor 未激活颜色 scale 缩放比例 initValue 初始值 onChanged 回调 - LTag
-
authorzhouzhixindate2025-03-05description标签组件 - LText
- 调用LText.get 传入参数,能够获取Text 对象
- LWidget
-
authorzhouzhixindate2025-03-06description组件基类 - LWrap
-
Wrap widget with custom properties
authorzhouzhixindate2025-03-07 08:20params -
PageRegedit<
T extends KPageController> -
PaginatedData<
T>
Enums
Extensions
Functions
-
useGetx<
T extends GetxController> ({T? initialData}) → T
Typedefs
- LInputCallback = void Function(String value)
-
LInput 输入框
paramshint提示文字fontSize字体大小fontColor字体颜色fontWeight字体粗细onChanged输入框回调 -
RenderItem<
T> = Widget Function(T item)