Last updated:
0 purchases
lazy indexed stack
lazy_indexed_stack #
懒加载IndexedStack
Getting Started #
依赖
azy_indexed_stack: any
copied to clipboard
导入:
import 'package:lazy_indexed_stack/lazy_indexed_stack.dart';
使用方法:
new LazyIndexedStack(
reuse: false,
index: index,
itemBuilder: (c,i){
return LoadingPage();
},
itemCount: 4,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.