File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## Unreleased
9+
10+ ### Fixed
11+
12+ - minor error in README file —
13+ [ 173] ( https://github.com/dartoos-dev/json_cache/issues/173 )
14+
815## [ 4.0.0] - 2024-08-30
916
1017### Added
Original file line number Diff line number Diff line change @@ -290,12 +290,10 @@ import 'package:flutter/material.dart';
290290import 'package:localstorage/localstorage.dart';
291291
292292 …
293- final LocalStorage storage = LocalStorage('my_data');
294293 WidgetsFlutterBinding.ensureInitialized();
295294 await initLocalStorage();
296295 final JsonCache jsonCache = JsonCacheMem(JsonCacheLocalStorage(localStorage));
297296 …
298- ```
299297
300298### JsonCacheSafeLocalStorage
301299
You can’t perform that action at this time.
0 commit comments