lucide_icons_svg

Last updated:

0 purchases

lucide_icons_svg Image
lucide_icons_svg Images
Add to Cart

Description:

lucide icons svg

Features #
This packages is a port of feather_icons_svg, but with the icons provided by lucide instead of feather.
Different from the official lucide icons this package allows the customization of icon properties in runtime (stroke width etc.).
Usage #
class MyExampleWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return LucideIcon(
LucideIcons.calendar,
color: Colors.red,
size: 30,
strokeWidth: 1.6,
);
}
}
copied to clipboard
Install #
Add lucide_icons_svg package into your pubspec.yaml.
flutter pub add lucide_icons_svg
copied to clipboard
Development #
To fetch SVG icons from original Lucide Icons repository, run tool/fetch-icons.sh.
Finally, to run source code generation to create lucide_icons_svg.dart file with named
constructor for every icon, run tool/generator.dart.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.