xaatw0 / flutter_engineer_codecheck

0 stars 0 forks source link

WebApiのロード中にロード用のアイコンを出す #40

Closed xaatw0 closed 1 year ago

xaatw0 commented 1 year ago

以下の間に待機用のアイコンが欲しい ロード開始 final newData = await repository.search(keyword, page: page, sortMethod: sortMethod);

ロード完了 return [if (isLoadMoreData) ...state.value ?? [], ...newData];

xaatw0 commented 1 year ago

参考 https://www.zeroichi.biz/blog/1525/