- Initial release
The first release was fine, but needed some fixes
- New versioning starting on 0.1.0 instead of 0.0.1
- Example added
- A little extra formatting for Readme
- Changelog added
- No need to import the TTF manually
- Added an static
values
property as a map <String, IconData> for the collection
- Changed the icons library to match Icons8 1.1.0 version
- No
values
property to access icons as a map (yet)
- Changed the icons library to match Icons8 1.3.0 version
values
property restoredLineIcon
class for convenient constructors- camelCased icon names instead of snake_cased
- More comments on code
values
property as a getter instead of a constant- New
byName()
method
- Some typos corrected
- Null-safety migration
readme.md
updated
readme.md
updated; I forgot to change the version in the header
LineIcon
are now const constructorspubspec.yaml
is updated with GIT info, thanks to @git-elliot
- Mispelling correction:
alternateWineGlas
is nowalternateWineGlass
, although thealternateWineGlas
icon remains for backward compatibility - Thanks to @lukehutch for the heads up