release 1.0

This commit is contained in:
jyuesong
2022-01-18 14:50:03 +08:00
parent b9767339ec
commit 0456f99c21
3 changed files with 27 additions and 5 deletions

View File

@@ -95,7 +95,9 @@ class _DependcyPageState extends State<DependencyPage> with TickerProviderStateM
Expanded(
child: BaseStateWidget<DependencyViewModel>(
onReady: (model) {
model.loadData(types[_tabController!.index].name.toLowerCase());
model.loadData(types[0].name.toLowerCase());
model.loadData(types[1].name.toLowerCase());
model.loadData(types[2].name.toLowerCase());
},
model: dependencyProvider,
builder: (context, model, child) {