Skip to content

Commit

Permalink
show app bar in item page
Browse files Browse the repository at this point in the history
  • Loading branch information
wuuzw committed Feb 9, 2021
1 parent 4a446f6 commit 965051b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/app/modules/item/item_page.dart
Expand Up @@ -29,6 +29,7 @@ class _ItemPageState extends ModularState<ItemPage, ItemController> {
builder: (context) {
var finishLoading = controller.itemFuture.status == FutureStatus.fulfilled;
return Scaffold(
appBar: AppBar(),
body: ItemBody(),
bottomNavigationBar: finishLoading ? ItemBottomBar() : null,
);
Expand Down

0 comments on commit 965051b

Please sign in to comment.