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 1 year ago

RaphaelBumanlag commented 1 year 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 1 year ago

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

RaphaelBumanlag commented 1 year 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?