icomoon_generator 1.0.3
icomoon_generator: ^1.0.3 copied to clipboard
A Dart package that generates Flutter-compatible class. This class contains static const IconData fields for each icon in your IcoMoon selection.
1.0.3 #
- Fix analysis issue
1.0.2 #
- Bump version collection 1.17.0 -> 1.19.0
- Fix lint whereNotNull() -> nonNulls
1.0.1 #
- Bump version dependency
1.0.0 #
- Done with the first stable version
0.0.9 #
- Add Document for model (
Selection) - Update README.md for example project
0.0.8 #
- Add Document for model (
Icon) - Update CHANGELOG.md
0.0.7 #
- Add Document for public API and model (
EnumClass,Selection) - Update Example project
0.0.6 #
- Add Document for public API (
EnumClass)
0.0.5 #
- Public API utils
- Add 2 fields to
FlutterClassGenerator:familyNameis font's family name to use in IconData. (Default isIcomoon)fontFileNameis font file's name. Used in generated docs for class. (Default isicomoon.ttf)
0.0.4 #
- Update README.md
- Change key
input_font_json_filetoinput_json_filein pubspec.yaml and icomoon_generator.yaml
0.0.3 #
- Add README.md for example
- Update version of dart_style to 2.3.0
0.0.2 #
- Add example
- Update README.md
- Returns a normalized version of [iconName] which can be used as const name
0.0.1 #
- Initial release