Skip to content

Commit

Permalink
feat: Fixed bug on the icon display
Browse files Browse the repository at this point in the history
Fixed an issue that caused icons to not appear correctly
when the library was imported
  • Loading branch information
polilluminato committed Jul 15, 2020
1 parent 10fefaf commit adef3a2
Show file tree
Hide file tree
Showing 4 changed files with 1,709 additions and 1,701 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0

- Fixed a bug in the icon display

## 0.1.0

- Added all Fluent UI Icons
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use this plugin, add `fluentui_icons` as a [dependency in your pubspec.yaml f

``` dart
dependencies:
fluentui_icons: ^0.1.0
fluentui_icons: ^0.2.0
```

### Install it
Expand Down
Loading

0 comments on commit adef3a2

Please sign in to comment.