flutter_ui_kit library
Classes
-
AnimationHeightViewWidget<
T extends Widget> - do what @author yulun @since 2020-08-25 14:19 滑动 高度自适应带动画 容器 当前场景是针对pageview
-
BottomDialogWrapper<
T extends Object> - do what @author yulun @since 2020-06-10 17:05 底部弹框 容器 支持拖动关闭 相比于系统的bottomSheet , 优化了容器中即使是列表也能拖动关闭
- BottomDragWrapper
- 底部框拖动事件处理 参考系统的bottomSheet
- BottomWrapperMultipleGestureRecognizer
-
CascadeSelectWidget<
T> - 级联选择框
- DateSelectDialog
- do what @author yulun @since 2020-08-10 20:23 日期选择框
- FoldUpTextWidget
- do what @author yulun @since 2020-08-27 13:53 展开收起
- InfinitePageView
- do what @author yulun @since 2020-06-23 14:47 支持无限循环滚动 支持自动轮播 支持预加载
- InfinitePageViewState
- LinkUrlConfig
- http链接构建配置
- LinkUrlTextHelper
- http链接文案构建辅助类
- OverScrollBehavior
- do what @author yulun @since 2020-09-29 16:48 对于ClampingScrollPhysics android的滚动来说 去掉到顶或到底后的默认阴影
- PickerStyle
- 选择框style
- PreloadPageView
- A scrollable list that works page by page.
- SizedWidgetSpan
- WidgetSpan 宽高需要build后才能计算
- TextMeasureHelper
- 文案高度测量辅助类
Constants
- delayPlaySeconds → const int
Functions
-
isEmpty(
dynamic value) → bool - do what @author yulun @since 2020-08-15 23:01
-
isNotEmpty(
dynamic value) → bool
Typedefs
-
BuildItem<
T> = Widget Function(int? columnIndex, int buildIndex, T data) - 子item构造,业务方自己实现 columnIndex 当前在第几列 rowIndex 当前是构造的第几行 currentSelectIndex 当前选中的index,和rowIndex不一定相等的 当前的数据
-
PickResultCallback<
T> = dynamic Function(List< T> result) - do what @author yulun @since 2020-08-06 09:58 级联选择器,支持联动,支持自定义列数 结果回调,每一列的数据结果