flutter_lucide

pub package Score Platform GitHub stars GitHub forks GitHub issues GitHub pull requests GitHub contributors GitHub last commit

A comprehensive Flutter package providing 1,635+ beautiful, consistent icons from the Lucide icon set. Lucide is a free, open-source icon library derived from the popular Feather icon set, featuring clean, modern designs perfect for enhancing your Flutter applications.

Lucide

✨ Features

  • 🎨 1,635+ Icons - Comprehensive collection from Lucide 0.543.0
  • 🚀 Tree Shaking - Only include icons you actually use
  • 📱 Cross Platform - Works on Android, iOS, Web, macOS, Windows, and Linux
  • 📚 Well Documented - Each icon includes descriptions and categories
  • 🔄 Regular Updates - Stay current with the latest Lucide releases
  • Lightweight - Optimized for performance

📦 Installation

Add flutter_lucide to your pubspec.yaml:

dependencies:
  flutter_lucide: ^1.7.0

Then run:

flutter pub get

🚀 Quick Start

  1. Import the package in your Dart file:
import 'package:flutter_lucide/flutter_lucide.dart';
  1. Use any icon in your widgets:
Icon(LucideIcons.heart)
Icon(LucideIcons.search)
Icon(LucideIcons.settings)

🤝 Contributing

We welcome contributions! Please see our CONTRIBUTING.md guide for details.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

Maintainers & Contributors

Maintainers

Contributors

  • @Naam - Requested icon updates that led to version 1.7.0 release, helped identify missing icons from Lucide 0.485.0+

Disclaimer

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.

Libraries

flutter_lucide
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.