We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b025862 commit db8901fCopy full SHA for db8901f
example/lib/main.dart
@@ -49,11 +49,10 @@ void main() {
49
WidgetsFlutterBinding.ensureInitialized();
50
51
Instabug.init(
52
- token: 'ed6f659591566da19b67857e1b9d40ab',
53
- invocationEvents: [InvocationEvent.floatingButton],
54
- debugLogsLevel: LogLevel.verbose,
55
- appVariant: 'variant 1'
56
- );
+ token: 'ed6f659591566da19b67857e1b9d40ab',
+ invocationEvents: [InvocationEvent.floatingButton],
+ debugLogsLevel: LogLevel.verbose,
+ appVariant: 'variant 1');
57
58
FlutterError.onError = (FlutterErrorDetails details) {
59
Zone.current.handleUncaughtError(details.exception, details.stack!);
0 commit comments