apn_cache
In memory caching service for Flutter projects
1.0.3
61 downloads/mo
#3311 most downloaded on pub.dev
appnormal/apn_cache
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 2 months
Most releases are documented
notes for 7 of 9 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
9 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Jul 2022 to Mar 2023
2023
2024
2025
2026
Releases
latest 9-
1.0.330 Mar 2023Release notes
Open source →- Fix bug in stream.onListen that could result in getting wrong results from the cache
-
1.0.229 Mar 2023Nothing published for this version
-
1.0.129 Mar 2023Nothing published for this version
-
1.0.029 Mar 2023Release notes
Open source →- BREAKING: Changed removeSingle to not include a key. And renamed the method to
removeto indicate the object will be removed from the cache.
- BREAKING: Changed removeSingle to not include a key. And renamed the method to
-
0.1.214 Nov 2022 -
0.1.113 Sep 2022 -
0.1.021 Jul 2022Release notes
Open source →- BREAKING: Renamed clearCache to removeList. Migrate to
removeList(key, emit: false)to reproduce old behaviour - Added removeSingle
- Added option to remove select models by id via removeList(modelIds:[string]) and removeSingle(string)
- Added option to broadcast removals from cache via removeList(emit: bool), removeSingle(emit: bool) default true
- Added tests for the new functionality
- BREAKING: Renamed clearCache to removeList. Migrate to
-
0.0.221 Jul 2022Release notes
Open source →- Avoid name clashes in the internal stream keys, to make sure different Types T are given unique steams
-
0.0.119 Jul 2022