Skip to content

Commit de6d76d

Browse files
thelukewaltonzeta-icons-botgithub-actions
authored
icons/0.1.61 (#20)
* icons.dart * Fix example app * [automated commit] lint format and import sort --------- Co-authored-by: zeta-icons-bot <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 2560be2 commit de6d76d

File tree

2 files changed

+912
-914
lines changed

2 files changed

+912
-914
lines changed

example/lib/pages/assets/icons_example.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ class _IconsExampleState extends State<IconsExample> {
2727
Wrap(
2828
spacing: 8,
2929
runSpacing: 8,
30-
children: iconsRounded.map((e) => Icon(e)).toList(),
30+
children: iconsRounded.values.map((e) => Icon(e)).toList(),
3131
),
3232
const SizedBox(height: 20),
3333
Text('Sharp', style: ZetaTextStyles.bodyLarge),
3434
Wrap(
3535
spacing: 8,
3636
runSpacing: 8,
37-
children: iconsSharp.map((e) => Icon(e)).toList(),
37+
children: iconsSharp.values.map((e) => Icon(e)).toList(),
3838
),
3939
],
4040
),

0 commit comments

Comments
 (0)