ConnectUni is a mobile application designed for college students to connect with each other in group chats and events through similar interests and classes.
Created home.dart as well as a model folder that contains group.dart (a mock database of example groups) and group_card_view.dart (the template for the group cards on the home page).
An example of the page in effect can be seen here:
**Note that I also temporarily switched the routing to the homepage on default running of the app as the login page is not yet implemented and crashes the app otherwise.
Created home.dart as well as a model folder that contains group.dart (a mock database of example groups) and group_card_view.dart (the template for the group cards on the home page).
An example of the page in effect can be seen here:
**Note that I also temporarily switched the routing to the homepage on default running of the app as the login page is not yet implemented and crashes the app otherwise.