Skip to content

Commit

Permalink
release(v1.1.0): Update dependency constraints (#244)
Browse files Browse the repository at this point in the history
**Dependency Updates**

- Added support for v11.x of `firebase_storage`. Minimum supported version continues to be v8.0.0
- Added support for the v3.x of dart sdk. Minimum supported version continues to be v2.12.0

**Internal Updates**

- Add `DynamicCachedFontsCacheManager.unsetCustomCacheManager` method to unset custom cache managers used for testing
  • Loading branch information
sidrao2006 authored Jun 9, 2024
1 parent 98fbec2 commit 2fc5992
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.1.0

**Dependency Updates**

- Added support for v11.x of `firebase_storage`. Minimum supported version continues to be v8.0.0
- Added support for the v3.x of dart sdk. Minimum supported version continues to be v2.12.0

**Internal Updates**

- Add `DynamicCachedFontsCacheManager.unsetCustomCacheManager` method to unset custom cache managers used for testing

# 1.0.0

**Features/Updates**
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.1.0"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dynamic_cached_fonts
description: A font loader to download, cache and load web fonts in flutter with support for Firebase Cloud Storage.
version: 1.0.0
version: 1.1.0
repository: https://github.com/sidrao2006/dynamic_cached_fonts

environment:
Expand Down

0 comments on commit 2fc5992

Please sign in to comment.