image detail

This commit is contained in:
quantulr
2023-02-11 22:29:33 +08:00
parent 5f5f2554eb
commit b2e52d0539
6 changed files with 201 additions and 90 deletions

View File

@ -8,7 +8,6 @@ class GalleryNotifier extends Notifier<List<ImageResp>> {
}
void addImage({required List<ImageResp> imageList}) {
// return await rc.future;
state = [...state, ...imageList];
}