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

Get rid of the back arrow in Home page after login #52

Closed michho8 closed 11 months ago

michho8 commented 11 months ago

In login.dart, the following will produce a "back arrow" after login:

Navigator.push(
  context,
  CupertinoPageRoute(
  builder: (context) => const SignUpPage()),
); 

Don't want this feature

michho8 commented 11 months ago

Refer to pr-67.