Skip to content

Commit

Permalink
bump google_fonts to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guidezpl committed Feb 2, 2023
1 parent 396d59c commit c27ac42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/google_fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 4.0.2 - 2023-02-03
### Changed
- Update pubspec `repository`

Expand Down Expand Up @@ -426,4 +426,4 @@

- ttf files are downloaded via http on demand, and saved to local disk so that they can be loaded without making another http request for future font requests

- Fonts are loaded asynchronously through the font loader and Text widgets that use them are refreshed when they are ready
- Fonts are loaded asynchronously through the font loader and Text widgets that use them are refreshed when they are ready
2 changes: 1 addition & 1 deletion packages/google_fonts/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_fonts
description: A Flutter package to use fonts from fonts.google.com. Supports HTTP fetching, caching, and asset bundling.
version: 4.0.1
version: 4.0.2
repository: https://github.com/material-foundation/flutter-packages/tree/main/packages/google_fonts
issue_tracker: https://github.com/material-foundation/flutter-packages/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_fonts%22

Expand Down

0 comments on commit c27ac42

Please sign in to comment.