flutter_paging:像android jetpack一样分页

时间:2024-06-16 16:00:25
【文件属性】:

文件名称:flutter_paging:像android jetpack一样分页

文件大小:1.3MB

文件格式:ZIP

更新时间:2024-06-16 16:00:25

Dart

flutter_paging 分页小部件。 解耦用户界面和数据。 注意:此插件仍在开发中。 是最欢迎的。 安装 首先,中将flutter_paging添加为。 包含的小部件 PagingView:基本分页视图。 PagingListView:ListView的快速实现支持分页。 KeyedDataSource KeyedDataSource是分页的核心。 尝试使用KeyedDataSource其他KeyedDataSource 注意:不要忘记调用dataSource.init() 例子 @override Widget build ( BuildContext context) { return Scaffold ( appBar : AppBar ( title : Text ( "Paging ListView" ),


【文件预览】:
flutter_paging-master
----pubspec.yaml(2KB)
----exmaple()
--------pubspec.yaml(3KB)
--------ios()
--------lib()
--------pubspec.lock(4KB)
--------android()
--------.metadata(305B)
--------test()
--------README.md(537B)
--------.gitignore(1KB)
----lib()
--------flutter_paging.dart(172B)
--------src()
----README_ZH.md(2KB)
----pubspec.lock(4KB)
----LICENSE(9KB)
----arts()
--------paging.gif(1.32MB)
----.metadata(309B)
----test()
--------flutter_paging_test.dart(439B)
----README.md(2KB)
----.gitignore(1KB)
----CHANGELOG.md(395B)

网友评论