Skip to content

Commit

Permalink
Fix for broken icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Blackburn committed May 1, 2021
1 parent be8a00d commit 7974dbc
Show file tree
Hide file tree
Showing 8 changed files with 1,316 additions and 1,308 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.1.1] - 2021-1-05

### Changed

- Fixed broken icons

## [1.1.0] - 2021-30-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The [Tabler Icon Pack](https://github.com/tabler/tabler-icons) in Flutter
dependencies:
flutter:
sdk: flutter
flutter_tabler_icons: ^1.1.0
flutter_tabler_icons: ^1.1.1
```
## Usage
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ packages:
flutter_tabler_icons:
dependency: "direct main"
description:
name: flutter_tabler_icons
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
path: ".."
relative: true
source: path
version: "1.1.1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -150,4 +150,4 @@ packages:
source: hosted
version: "2.1.0"
sdks:
dart: ">=2.12.0-0.0 <3.0.0"
dart: ">=2.12.0 <3.0.0"
4 changes: 3 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_tabler_icons: ^1.0.0

flutter_tabler_icons:
path: ..

dev_dependencies:
flutter_test:
Expand Down
2,596 changes: 1,298 additions & 1,298 deletions lib/flutter_tabler_icons.dart

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ packages:
source: hosted
version: "2.1.0"
sdks:
dart: ">=2.12.0-0 <3.0.0"
dart: ">=2.12.0 <3.0.0"
4 changes: 2 additions & 2 deletions 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.1.0
version: 1.1.1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand All @@ -16,6 +16,6 @@ flutter:
fonts:
- family: tabler-icons
fonts:
- asset: lib/fonts/tabler-icons.ttf
- asset: assets/fonts/tabler-icons.ttf
style: normal
weight: 400

0 comments on commit 7974dbc

Please sign in to comment.