Skip to content

Commit b33e4cf

Browse files
feat: support hybrid mode
1 parent ccab5f6 commit b33e4cf

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

example/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ void main() {
5656
FlutterError.onError = (FlutterErrorDetails details) {
5757
Zone.current.handleUncaughtError(details.exception, details.stack!);
5858
};
59+
Instabug.initializeHybridMode()
5960

6061
runApp(const MyApp());
6162
},

scripts/pigeon.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)