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 f189855 commit 7523dfcCopy full SHA for 7523dfc
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- export `JsonCacheTry` —
13
+ [103](https://github.com/dartoos-dev/json_cache/issues/103).
14
15
## [1.4.0] - 2022-09-10
16
17
### Added
lib/json_cache.dart
@@ -12,4 +12,5 @@ export 'src/json_cache_local_storage.dart';
export 'src/json_cache_mem.dart';
export 'src/json_cache_prefs.dart';
export 'src/json_cache_sec_storage.dart';
+export 'src/json_cache_try.dart';
export 'src/json_cache_wrap.dart';
0 commit comments