effortless-mgmt / ems_app

Effortless Management System Flutter App
3 stars 0 forks source link

All screens must render their own Appbar #79

Closed tlien closed 5 years ago

tlien commented 5 years ago

The Appbar is only rendered once in the navbar_widget. All screens should have their own appbar, so we can more easily customize titles without having to provide unnecessary conditional logic. This would also be incredibly bad practice.