Skip to content

Commit

Permalink
#102 remove SimpleIconColors opacity
Browse files Browse the repository at this point in the history
- add golden tests (icon data does not work yet)
  • Loading branch information
jlnrrg committed Dec 6, 2023
1 parent bf7527b commit 9d6e577
Show file tree
Hide file tree
Showing 14 changed files with 2,948 additions and 2,857 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [10.1.2] - Remove SimpleIconColors Opacity
- add golden tests for colors
- add golden tests for icon data (not yet working)

## [10.1.2] - Breaking Change
- change file paths
- add SimpleIconColors, (not every icon has a color) (#102)
Expand Down
5 changes: 3 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ class MyHomePage extends StatelessWidget {
body: SingleChildScrollView(
child: Column(
children: [
Text('Here you should see some icons'),
Icon(
SimpleIcons.apple,
Icons.calendar_month,
color: SimpleIconColors.apple,
size: iconSize,
),
Expand All @@ -38,7 +39,7 @@ class MyHomePage extends StatelessWidget {
),
Icon(
SimpleIcons.themoviedatabase,
color: SimpleIconColors.themoviedatabase,
color: Colors.blue,
size: iconSize,
),
Icon(
Expand Down
10 changes: 1 addition & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ packages:
path: ".."
relative: true
source: path
version: "10.1.1"
version: "10.1.2"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -151,14 +151,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.6.1"
unorm_dart:
dependency: transitive
description:
name: unorm_dart
sha256: "23d8bf65605401a6a32cff99435fed66ef3dab3ddcad3454059165df46496a3b"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
vector_math:
dependency: transitive
description:
Expand Down
Loading

0 comments on commit 9d6e577

Please sign in to comment.