External bus and configuration opening for Web UI

This commit is contained in:
Yegor Vialov
2020-02-11 22:55:16 +00:00
parent 01226cb9eb
commit e1ca2638e3
4 changed files with 41 additions and 49 deletions

View File

@ -155,7 +155,7 @@ Future<void> _reportError(dynamic error, dynamic stackTrace) async {
}
void main() async {
Crashlytics.instance.enableInDevMode = false;
Crashlytics.instance.enableInDevMode = true;
FlutterError.onError = (FlutterErrorDetails details) {
Logger.e(" Caut Flutter runtime error: ${details.exception}");