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 7751b01 commit 9f84981Copy full SHA for 9f84981
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
+Error in the README file.
13
14
## [1.1.0] - 2022-01-28
15
16
### Added
README.md
@@ -213,7 +213,7 @@ is an implementation on top of the
213
214
// later on…
215
216
- final mappedInfo = await jsonCache.value('secret')!;
+ final mappedInfo = (await jsonCache.value('secret'))!;
217
final originalInfo = mappedInfo.keys.first; // 'an secret info'
218
```
219
0 commit comments