ConnectUni / connectuni

ConnectUni is a mobile application designed for college students to connect with each other in group chats and events through similar interests and classes.
https://connectuni.github.io/
1 stars 0 forks source link

Added navigation to profile pages #90

Closed RaphaelBumanlag closed 11 months ago

RaphaelBumanlag commented 11 months ago

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)).

sanehirakenji commented 11 months ago

Oh wait just make sure its using the current version of main that implemented Riverpod

RaphaelBumanlag commented 11 months ago

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?