line_awesome_flutter 3.0.1 line_awesome_flutter: ^3.0.1 copied to clipboard
The Line Awesome Icons pack for flutter. Provides 1542 additional icons to use in your apps.
3.0.1 #
- Updated README file
- Corrected dangling library doc comment
3.0.0 #
- Updated the icon set to include 1,552 Line Awesome icons from version 1.3.0.
- Note: Several icons have been renamed. If these icons are used in your project, you will need to update their names accordingly after migrating to version 3.0.0.
2.0.0 #
- Increase version number based on dart.dev migration guida recomendation for null safety
1.1.0-nullsafety #
- Migrate to nullsafety
1.0.1 #
- bugfix: Correct package name param for IconData to match package name
1.0.0 #
- Created
LineAwesomeIcons
class, which provides static access to all Line Awesome Icons asIconData
, similar to Flutter's built-inIcons
class. - Created README with installation instructions
- Added LICENSE.md file