flutter-iconfont-cli icon indicating copy to clipboard operation
flutter-iconfont-cli copied to clipboard

在flutter中使用iconfont图标,不依赖字体,支持多色彩

Results 11 flutter-iconfont-cli issues
Sort by recently updated
recently updated
newest added

生成 iconfont 文件时,希望增加一个属性控制透明度, fill-opacity ```dart case IconNames.arrow_right_gray_s: svgXml = ''' '''; break; ```

您好, 最近在使用字节提供的IconPark图标, 也支持js的导入方式. 但是导入图标后, 发现color和colors参数只能改变填充颜色, 无法修改图标的描边颜色(一直都是黑色的), ![image](https://user-images.githubusercontent.com/19516208/174463642-454be06f-afb9-43db-8c79-f65bb0339450.png) 以下是图标对应的xml代码: ``` svgXml = ''' '''; break; ```

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

能否让 参数color支持 Color类型 ?因为我定义了一组Color常量,场景比如,home页的图标切换,激活是app的主色,未激活是常量中的灰色。 ```dart const kSecondaryColor = Color(0xFF8B94BC); // const kGreenColor = Color(0xFF6AC259); const kGreenColor = Colors.green; const kRedColor = Color(0xFFE92E30); const kGrayColor = Color(0xFFC1C1C1); const kBlackColor = Color(0xFF101010);...

feature

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

例如`icon-test`的name被生成为`icon_test` 而且图标名称末尾的`-`和`_`会被删除 例如`icon-test-`或者`icon-test_`被生成为`icon_test` 这样在服务器返回字符串去匹配的时候就会失败

case '500_px': iconName = IconNames.500_px; break; case '360': iconName = IconNames.360; break; case 'w_3_school': iconName = IconNames.w_3_school; break;

bug

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.com/iconfont-flutter - Not found npm ERR! 404 npm ERR! 404 'iconfont-flutter@latest' is not in the npm registry. npm ERR!...