andronasef / iconify_flutter

A flutter package that provides all icons you need
https://pub.dev/packages/iconify_flutter
MIT License
96 stars 24 forks source link

Need change "-" to "_" #2

Closed kevinxxq closed 2 years ago

kevinxxq commented 2 years ago

Hi There, Would you please change the "-" to "_" in the website:

import 'package:iconify_flutter/iconify_flutter.dart';
import 'package:iconify_flutter/icons/carbon.dart';

Iconify(Carbon.chart-multi-line) // widget

The correct one should be:

Iconify(Carbon.chart_multi_line) // widget

Thank you.

andronasef commented 2 years ago

just solved

but waiting for github actions to deploy the website

andronasef commented 2 years ago

@kevinxxq can you try it now pls

kevinxxq commented 2 years ago

Thank you. Some of them still need be changed: Iconify(Carbon.settings-check) // widget

Thank you.

andronasef commented 2 years ago

Pleas

Thank you. Some of them still need be changed: Iconify(Carbon.settings-check) // widget

Thank you.

Please try again