Senior-Project-CSE-3213 / sp_flutter_app

iOS/Android app built with Flutter using MVVM architecture
3 stars 1 forks source link

Create AppBar #5

Closed JustinASmith closed 4 years ago

JustinASmith commented 4 years ago

Create the AppBar widget aspect of the prototype.

This should go in lib/presentation/widgets/CustomAppBar.dart and then connected to the app in the various places Scaffold is used. Like: https://github.com/Senior-Project-CSE-3213/sp_flutter_app/blob/ad5cbd9d4da259f08b25c4c80296815ee08bb4d3/lib/presentation/screens/home/home.dart#L12

See #4 for more details.