line_icons 1.3.0
line_icons: ^1.3.0 copied to clipboard
Another icon library, based on Awesome Line Icons (by www.icons8.com) and with the help of FlutterIcon.com
[0.0.1] - December, 10 2018 #
- Initial release
The first release was fine, but needed some fixes
[0.1.0] - December, 10 2018 #
- New versioning starting on 0.1.0 instead of 0.0.1
- Example added
- A little extra formatting for Readme
[0.1.1] - December, 10 2018 #
- Changelog added
[0.1.2] - January, 10 2019 #
- No need to import the TTF manually
[0.2.0] - January, 14 2019 #
- Added an static values property as a map <String, IconData> for the collection
[1.1.0] - November, 15 2019 #
- Changed the icons library to match Icons8 1.1.0 version
- No values property to access icons as a map (yet)
[1.3.0] - February, 8 2021 #
- Changed the icons library to match Icons8 1.3.0 version
- Values property restored
- LineIcon class for convenient constructors
- camelCased icon names instead of snake_cased