multitype library
- Description: 入口
- Author: 郭文龙
- Date: 2022/6/28 11:02
- Email: guowenlong20000@sina.com
Classes
- DefaultDebugViewBinder
-
- Description: 默认调试用的ViewBinder
- Author: 郭文龙
- Date: 2022/7/1 22:37
- Email: guowenlong20000@sina.com
-
ItemViewBinder<
T> -
- Description: 数据视图绑定器的抽象
- Author: 郭文龙
- Date: 2022/6/28 14:37
- Email: guowenlong20000@sina.com
- MultiTypeAdapter
-
- Description: 多种数据视图的适配器
- Author: 郭文龙
- Date: 2022/6/29 23:04
- Email: guowenlong20000@sina.com
Typedefs
-
Linker<
T> = ItemViewBinder< T> Function(int position, dynamic item) - Declare register one to many binding view callback
- Register = dynamic Function(MultiTypeAdapter adapter)
- Declare register binding view callback