Closed RaphaelBumanlag closed 1 year ago
Oh wait just make sure its using the current version of main that implemented Riverpod
Oh wait just make sure its using the current version of main that implemented Riverpod
The one that encapsulates ConnectUniApp() with ProviderScope on main.dart?
Added group member card and widget, removed unused import on some pages, changed some widget parameters to just take a User (i.e. OtherUserProfile(user: user))rather then a User property (i.e. OtherUserProfile(uid: user.id)).