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 fd5a4a2 commit 49f31cfCopy full SHA for 49f31cf
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- linter error
13
14
## [1.4.1] - 2022-09-10
15
16
### Fixed
test/json_cache_try_test.dart
@@ -1,6 +1,5 @@
1
import 'package:flutter_test/flutter_test.dart';
2
import 'package:json_cache/json_cache.dart';
3
-import 'package:json_cache/src/json_cache_try.dart';
4
import 'package:mocktail/mocktail.dart';
5
6
class JsonCacheMock extends Mock implements JsonCache {}
0 commit comments