flutter-vector-icons
flutter-vector-icons copied to clipboard
Customizable Icons for Flutter. Port of react-native-vector-icons
It would be great to access all icons with a single api so that, for example, we will not have to search for calendar icon in every icon set.
VS Code offers [color and icon preview in the gutter](https://github.com/Dart-Code/Dart-Code/issues/807). This works for Flutter Icons like `const Icon(Icons.check)`. There is also a tooltip where it will show the _Icon Preview_....
This PR fixes the tree shaking build error by regenerating the fonts and updating the code generation script to: - remove unavailable code points from `MaterialCommunityIcons` and `FontAwesome5`. - handle`...
It seems like the package cannot undergo tree-shaking, which may not be a critical concern for mobile or desktop applications. However, in a web context, it would result in an...
I replaced the old Preview link with working one (https://flutter-vector-icons.vercel.app/#/) please accept my commit Thanks in advanced.
Hello Dear 👋🏻 First of all, thanks for the package and for helping the community 🙏🏻💙 Secondly, please consider releasing the new link of the gallery to pub.dev to reflect...