refactor(ui, core): Deprecate v3

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-03-10 14:12:01 +05:30
committed by xsahil03x
parent 55b87295ab
commit a7e3839256
128 changed files with 3891 additions and 1362 deletions
@@ -169,7 +169,8 @@ void main() {
),
));
final image = tester.widget<GroupAvatar>(find.byType(GroupAvatar));
final image =
tester.widget<StreamGroupAvatar>(find.byType(StreamGroupAvatar));
final otherMembers = members.where((it) => it.userId != currentUser.id);
expect(
image.members.map((it) => it.user?.id),