FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tags · Baseflow/flutter_cache_manager · GitHub

Tags: Baseflow/flutter_cache_manager

Tags

v3.4.5

Toggle v3.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prevent image decode future from completing twice (#520)

* fix: prevent image decode future from completing twice

* chore: bump package version to 3.4.5

v3.4.4

Toggle v3.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Await store.putFile so cache info is persisted #492 (#518)

* Await store.putFile so cache info is actually persisted

putFile, putFileStream, and downloads started persist without waiting.
After those calls returned, CacheObject.id could still be null, so
removeFile skipped the entry and a process exit could lose the info.

Fixes #492

* test: wait on persist with Completer and cover removeFile

Catch FileSystemException when deleting a stale cache file.

* Address review on persist await

Drop the extra Config import, wrap the long test lines, and document
that a failed cache-info write now surfaces to the caller.

* Bump flutter_cache_manager to 3.4.4

Move the persist-await changelog entry out of 3.4.3 and set the package version.

* Format the persist-await test for dart format

v3.4.3

Toggle v3.4.3's commit message
added flutter setup in workflow

firebase-v2.1.4

Toggle firebase-v2.1.4's commit message
added flutter setup in workflow

firebase-v2.1.3

Toggle firebase-v2.1.3's commit message

v3.4.2

Toggle v3.4.2's commit message
version bumps

firebase-v2.1.2

Toggle firebase-v2.1.2's commit message
version bumps

v3.4.1

Toggle v3.4.1's commit message

firebase-v2.1.1

Toggle firebase-v2.1.1's commit message

v3.4.0

Toggle v3.4.0's commit message


Back | FazBrowse Home | New Git URL