-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve startup "don't panic" screen. #1148
Conversation
This improves informations user can forward to support when application startup fails.
547ede6
to
d2d3ad9
Compare
@@ -1,7 +1,19 @@ | |||
import 'package:flutter/material.dart'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For info, this class exists in aedappfm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lib/ui/util/dimens.dart
Outdated
static const List<double> none = <double>[0, 0, 0, 0]; | ||
enum Dimens { | ||
buttonTopDimens( | ||
EdgeInsetsDirectional.fromSTEB(28, 0, 28, 0), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8 at this end ?
Description