comment
This commit is contained in:
parent
cc1ca9f950
commit
a63da0a133
1 changed files with 2 additions and 1 deletions
|
@ -30,8 +30,9 @@ void mainCommon(AppFlavor flavor) {
|
|||
|
||||
// Errors during the widget build phase will show by default:
|
||||
// - in debug mode: error on red background
|
||||
// - in release mode: plain grey background
|
||||
// - in profile/release mode: plain grey background
|
||||
// This can be modified via `ErrorWidget.builder`
|
||||
// ErrorWidget.builder = (details) => ErrorWidget(details.exception);
|
||||
|
||||
runApp(AvesApp(flavor: flavor));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue