line_icons 1.3.2
line_icons: ^1.3.2 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 restoredLineIcon
class for convenient constructors- camelCased icon names instead of snake_cased
[1.3.1] - February, 8 2021 #
- More comments on code
values
property as a getter instead of a constant- New
byName()
method
[1.3.2] - February, 8 2021 #
- Some typos corrected