lucide_icons_flutter 2.0.5 copy "lucide_icons_flutter: ^2.0.5" to clipboard
lucide_icons_flutter: ^2.0.5 copied to clipboard

A Lucide (0.488.0) icon library package for Flutter applications. Fork of Feather Icons, open for anyone to contribute icons.

lucide_icons #

version: 0.488.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);
copied to clipboard

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';
// The best ratio strokeWidth is size /6 or size /8
LucideIconWidget(LucideIcons.activity,
                size: 34,
                color: Colors.blue,
                weight: LucideIconsWeight.w100
                ),
copied to clipboard

enter image description here enter image description here

Contributors #

vqh2602 github-actions[bot] alessandro-amos

72
likes
160
points
17.6k
downloads
screenshot

Publisher

verified publishervqhapp.name.vn

Weekly Downloads

2024.10.05 - 2025.04.19

A Lucide (0.488.0) icon library package for Flutter applications. Fork of Feather Icons, open for anyone to contribute icons.

Homepage
Repository (GitHub)

Topics

#lucide #lucide-icons #feather #feather-icons #icons

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on lucide_icons_flutter