lucide_icons_flutter 3.0.6
lucide_icons_flutter: ^3.0.6 copied to clipboard
A Lucide (0.523.0) icon library package for Flutter applications. Fork of Feather Icons, open for anyone to contribute icons.
lucide_icons #
version: 0.523.0
Lucide Icons (lucide.dev) for Flutter. Visit the website for the full list of icons.
Example #
Use regular version
import 'package:lucide_icons_flutter/lucide_icons.dart';
Icon(LucideIcons.activity);
If you need to change the thickness of each icon stroke, use the way under the wire
import 'package:lucide_icons_flutter/lucide_icons.dart';
Icon(LucideIcons.activity100);
Icon(LucideIcons.activity200);
Icon(LucideIcons.activity300);
Icon(LucideIcons.activity400);
Icon(LucideIcons.activity500);
Icon(LucideIcons.activity600);