See #34 as well. We need a profile view sketched out or just developed. We talked about this in our most recent client meeting with Chase. He liked the idea of having a profile view that is similar to the Event Detail view with things that resemble the profile in his initial design. Feel free to reach out to me and/or Chase. All profile view code can go in the views folder under a new folder named Profile. Then to test you can change the child component of the wrapper in main to your new view.
See #34 as well. We need a profile view sketched out or just developed. We talked about this in our most recent client meeting with Chase. He liked the idea of having a profile view that is similar to the Event Detail view with things that resemble the profile in his initial design. Feel free to reach out to me and/or Chase. All profile view code can go in the views folder under a new folder named Profile. Then to test you can change the child component of the wrapper in main to your new view.
https://github.com/Senior-Project-CSE-3213/sp_flutter_app/blob/cc6adce67d2aeac5723aa1b5b02f7a1c1fb1e13d/lib/main.dart#L26
The AppBar and BottomNavigationBar will be handled in #35
Here is the Event Detail for reference: