Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
app: don't show debug flair
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Apr 2, 2021
1 parent cd9dc4d commit a401f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class App extends StatelessWidget {
theme: BreweryTheme.data,
onGenerateRoute: _routes,
navigatorKey: _nav,
debugShowCheckedModeBanner: false,
),
),
),
Expand Down

0 comments on commit a401f83

Please sign in to comment.