flutter_lucide 1.4.0 flutter_lucide: ^1.4.0 copied to clipboard
Flutter package for Lucide Icons. Lucide is a free, open-source icon set with 1450+ icons. It's a fork of the popular Feather icon set.
1.4.0 #
- 0.424.0 version of Lucide Icons is added.
- Updated
README.md
with the latest information.
1.3.0 #
- Fixed major issue of Issue #3
cannot tree shake icons fonts. It has non-constant instances of IconData
by removing unnecessary function. - 0.408.0 version of Lucide Icons is added.
- Updated
README.md
with the latest information. - Formatted code with
dart format .
& improved code readability.
1.2.0 #
- 0.390.0 version of Lucide Icons is added.
- Updated
README.md
with the latest information. - Formatted code with dartfmt. improved code readability.
1.1.2 #
- Improved
README.md
with badges & other information. - Added
fromCode
constructor toLucideIcons
class. it will help to get the icon from the code. - Formatted code with dartfmt. improved code readability.
- improved the example app.
1.1.1 #
- Fixed broken links in
README.md
.
1.1.0 #
- README.md updated with badges & other information.
- Added
@Deprecated
annotation to all deprecated icons. - Formatted code with dartfmt. improved code readability.
1.0.0 #
- Fixed
pubspec.yaml
& setsdk: ">=3.1.0 <4.0.0"
as the minimum SDK version.