Lucide is a free, open-source icon set with over 1450+ icons(0.424.0), derived from the popular Feather icon set. It's available as a Flutter package for easy integration. Featuring a clean, modern design, it's perfect for enhancing user interfaces.
For more insights, please visit the Lucide icon library at https://lucide.dev/. Beautiful & consistent icons Made by the community.
Lucide Version 0.424.0.
To use this plugin, add flutter_lucide
as a dependency in your pubspec.yaml file.
dependencies:
flutter_lucide: ^1.4.0
Import the file to your project
import 'package:flutter_lucide/flutter_lucide.dart';
Use the Icon
Icon(LucideIcons.route);
If you wish to contribute to this repo, welcome to Pull Requests.
Star ⭐ the repo if you find it useful 🤩🤩. we are open to enhancements
, bug-fixes
& suggestions
. feel free to open an issue.
MIT License
This is not an official Lucide Icon package. All the assets are owned by their respective owners(https://lucide.dev/). Please visit their website for more information. This package is created to help the Flutter Community.