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 abddbe6 commit fcc3782Copy full SHA for fcc3782
example/lib/main.dart
@@ -46,11 +46,11 @@ part 'src/components/flows_content.dart';
46
void main() {
47
WidgetsFlutterBinding.ensureInitialized();
48
49
- Instabug.init(
50
- token: 'ed6f659591566da19b67857e1b9d40ab',
51
- invocationEvents: [InvocationEvent.floatingButton],
52
- debugLogsLevel: LogLevel.verbose,
53
- );
+ Instabug.init(
+ token: 'ed6f659591566da19b67857e1b9d40ab',
+ invocationEvents: [InvocationEvent.floatingButton],
+ debugLogsLevel: LogLevel.verbose,
+ );
54
55
final app = InstabugWidget(
56
child: const MyApp(),
0 commit comments