Closed xaatw0 closed 1 year ago
以下の間に待機用のアイコンが欲しい ロード開始 final newData = await repository.search(keyword, page: page, sortMethod: sortMethod);
ロード完了 return [if (isLoadMoreData) ...state.value ?? [], ...newData];
参考 https://www.zeroichi.biz/blog/1525/
以下の間に待機用のアイコンが欲しい ロード開始 final newData = await repository.search(keyword, page: page, sortMethod: sortMethod);
ロード完了 return [if (isLoadMoreData) ...state.value ?? [], ...newData];