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 f77d8cf commit 0ee7bf6Copy full SHA for 0ee7bf6
packages/apidash_core/lib/import_export/insomnia_io.dart
@@ -1,3 +1,4 @@
1
+import 'package:flutter/material.dart';
2
import 'package:insomnia_collection/insomnia_collection.dart';
3
import 'package:seed/seed.dart';
4
import '../consts.dart';
@@ -15,6 +16,7 @@ class InsomniaIO {
15
16
.map((req) => (req.$1, insomniaResourceToHttpRequestModel(req.$2)))
17
.toList();
18
} catch (e) {
19
+ debugPrint("$e");
20
return null;
21
}
22
0 commit comments