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 705febb commit 754b363Copy full SHA for 754b363
lib/services/hive_services.dart
@@ -1,6 +1,4 @@
1
-import 'package:apidash/providers/history_providers.dart';
2
import 'package:flutter/foundation.dart';
3
-import 'package:flutter_riverpod/flutter_riverpod.dart';
4
import 'package:hive_flutter/hive_flutter.dart';
5
6
const String kDataBox = "apidash-data";
packages/apidash_core/lib/services/http_client_manager.dart
@@ -59,4 +59,4 @@ class HttpClientManager {
59
bool hasActiveClient(String requestId) {
60
return _clients.containsKey(requestId);
61
}
62
-}
+}
0 commit comments