flutter_demo_kit library

Classes

AdaptDemoHelper
CJTSAlertUtil
CJTSBasePage
CJTSBasePageState<V extends CJTSBasePage>
CJTSBaseTabBarPage
CJTSBaseTabBarPageState<V extends CJTSBaseTabBarPage>
CJTSDemoInit
CJTSImageTitleTextValueCell
CJTSLoadingUtil
CJTSSectionTableView
CJTSTableViewCell
CJTSToastUtil
CQTSRipeButton
CQTSThemeBGButton
以主题色为背景的按钮
CQTSThemeBorderButton
以主题色为边框的按钮(①红色边框和文字,白色背景、②黑色边框和文字,白色背景)
CQTSThemeStateButton
以主题色为背景或边框的按钮(selected 属性的值会影响 ui 样式, 即可通过 selected 属性来自动变更样式)
IndexPath
SectionChangeNotifier
SectionTableView

Extensions

CJDemoSizeExtension on num

Properties

doingTextOverlayEntry OverlayEntry?
getter/setter pair

Functions

cqtsRandomString(int minLength, int maxLength, CQRipeStringType stringType) String

Typedefs

CellAtIndexPathCallBack = Widget Function(int section, int row)
CellHeightAtIndexPathCallBack = double Function(int section, int row)
ClickTSItemCallback = void Function()
DividerHeightCallBack = double Function()
RowCountInSectionCallBack = int Function(int section)
SectionHeaderCallBack = Widget Function(int section)
SectionHeaderHeightCallBack = double Function(int section)
SectionTableViewScrollToCallBack = void Function(int section, int row, bool isScrollDown)