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

Make the applicable get methods nullable #126

Open michho8 opened 12 months ago

michho8 commented 12 months ago

Issue-88-2 makes getUserByEmail() nullable in user_list.dart. Must implement nullable for other get methods in all other object classes.