flutter_antd_icons 0.0.2 flutter_antd_icons: ^0.0.2 copied to clipboard
flutter package of ant design icons, generated from [official package](https://www.npmjs.com/package/@ant-design/icons-svg), support filled and outlined style icons.
flutter_antd_icons #
flutter package of ant design icons, generated from official package, support filled and outlined style icons.
Online demo: https://qiuxiang.github.io/flutter-ant-design-icons/
Usage #
import 'package:flutter_antd_icons/flutter_antd_icons.dart';
Icon(AntdIcons.alert_filled);
Build #
build script depends on npm
.
npm i
dart run