Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LastMonopoly committed Feb 4, 2023
1 parent b93b21f commit 352b8ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.4

* Use `sans-serif` as the first `fontFamilyFallback`

## 0.3.3

* Improve example code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Inside `pubspec.yaml` file, add the following dependency:
```yaml
dependencies:
...
chinese_font_library: ^0.3.3
chinese_font_library: ^0.3.4
```
Then, use `SystemChineseFont.textTheme` for your `ThemeData`
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.3"
version: "0.3.4"
clock:
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: chinese_font_library
description: Helper package for rendering Chinese fonts, including cross-platform Chinese font family fallback & dynamic font loader.
version: 0.3.3
version: 0.3.4
homepage: https://github.com/LastMonopoly/chinese_font_library

environment:
Expand Down

0 comments on commit 352b8ff

Please sign in to comment.