Skip to content

Commit

Permalink
auto build: 1.14.0 - v3.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbadbob2003 committed Jan 19, 2024
1 parent f6ce3b7 commit 6291323
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.14.0] - 2024-1-19

### Changed

- Tabler icons updated to version v3.0.0-alpha.0

## [1.13.0] - 2024-1-13

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

The [Tabler Icon Pack](https://github.com/tabler/tabler-icons) in Flutter

Tabler icons version: v2.46.0
Tabler icons version: v3.0.0-alpha.0

## pubspec.yaml
```yml
dependencies:
flutter:
sdk: flutter
flutter_tabler_icons: ^1.13.0
flutter_tabler_icons: ^1.14.0
```
## Usage
Expand Down
Binary file modified assets/fonts/tabler-icons.ttf
Binary file not shown.
6 changes: 6 additions & 0 deletions lib/flutter_tabler_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4949,6 +4949,9 @@ class TablerIcons {
static const IconData zoom_scan = IconData(0xfcb0, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons");
static const IconData zzz = IconData(0xf228, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons");
static const IconData zzz_off = IconData(0xf440, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons");
static const IconData aaa = IconData(0xea6b, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons");
static const IconData bbb = IconData(0xeb2c, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons");
static const IconData ccc = IconData(0xeb2c, fontFamily: "tabler-icons", fontPackage: "flutter_tabler_icons");

static const all = <String, IconData> {
"one2_hours": one2_hours,
Expand Down Expand Up @@ -9895,5 +9898,8 @@ class TablerIcons {
"zoom_scan": zoom_scan,
"zzz": zzz,
"zzz_off": zzz_off,
"aaa": aaa,
"bbb": bbb,
"ccc": ccc,
};
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Tabler Icons for flutter using icons from https://github.com/tabler
repository: https://github.com/bigbadbob2003/flutter_tabler_icons
homepage: https://github.com/bigbadbob2003/flutter_tabler_icons

version: 1.13.0
version: 1.14.0

environment:
sdk: ">=2.12.0 <4.0.0"
Expand Down

0 comments on commit 6291323

Please sign in to comment.