icon_pack_generator 0.2.1
icon_pack_generator: ^0.2.1 copied to clipboard
An icon pack generator from .svg files for Flutter applications.
CHANGELOG #
0.2.1 #
- Fixed an issue where incorrect icons were generated in previews (dart doc).
0.2.0 #
- File reorganization.
- Support for newer versions of
flutter. - Added support for a custom path to the config file.
- Added icon preview via
dart docfor IDEs that support it.
0.1.0 #
- Added icon pack generation.
- Added configuration file loading.
- Added font file inclusion to
pubspec.yaml.