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 43b4e52 commit 0103399Copy full SHA for 0103399
README.md
@@ -119,7 +119,7 @@ flutter packages get
119
1. To start using Instabug, import it into your Flutter app.
120
121
```dart
122
-import 'package:instabug_flutter/instabug_flutter.dart';
+import 'package:instabug_flutter/Instabug.dart';
123
```
124
125
2. Initialize the SDK in `initState()`. This line enables the SDK with the default behavior and sets it to be shown when the devices is shaken.
0 commit comments