File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## Unreleased
9
+
10
+ ### Fixed
11
+
12
+ - minor error in README file —
13
+ [ 173] ( https://github.com/dartoos-dev/json_cache/issues/173 )
14
+
8
15
## [ 4.0.0] - 2024-08-30
9
16
10
17
### Added
Original file line number Diff line number Diff line change @@ -290,12 +290,10 @@ import 'package:flutter/material.dart';
290
290
import 'package:localstorage/localstorage.dart';
291
291
292
292
…
293
- final LocalStorage storage = LocalStorage('my_data');
294
293
WidgetsFlutterBinding.ensureInitialized();
295
294
await initLocalStorage();
296
295
final JsonCache jsonCache = JsonCacheMem(JsonCacheLocalStorage(localStorage));
297
296
…
298
- ```
299
297
300
298
### JsonCacheSafeLocalStorage
301
299
You can’t perform that action at this time.
0 commit comments