Working images
This commit is contained in:
parent
0e6b9a8133
commit
099725063f
20 changed files with 388 additions and 375 deletions
|
|
@ -17,6 +17,7 @@ class MembersController extends AsyncNotifier<IList<Event>> {
|
|||
),
|
||||
)
|
||||
.nonNulls
|
||||
.where((member) => member.content["membership"] == "join")
|
||||
.toIList();
|
||||
|
||||
static final provider = AsyncNotifierProvider.family
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue