https://github.com/ravikovind/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.
https://github.com/ravikovind/flutter_lucide
feather flutter flutter-package icon-pack icons lucide lucide-icons
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/ravikovind/flutter_lucide
- Owner: ravikovind
- License: mit
- Created: 2024-01-24T16:34:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T04:59:43.000Z (8 months ago)
- Last Synced: 2025-04-05T03:31:51.202Z (6 months ago)
- Topics: feather, flutter, flutter-package, icon-pack, icons, lucide, lucide-icons
- Language: Dart
- Homepage: https://pub.dev/packages/flutter_lucide
- Size: 2.16 MB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_lucide
[](https://pub.dartlang.org/packages/flutter_lucide)
[](https://pub.dartlang.org/packages/flutter_lucide/score)
[](https://pub.dartlang.org/packages/flutter_lucide)





Lucide is a free, open-source icon set with over 1450+ icons(0.471.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/](https://lucide.dev/).
Beautiful & consistent icons Made by the community.
Lucide Version [0.471.0](https://github.com/lucide-icons/lucide/releases/tag/0.471.0).
## Usage
To use this plugin, add `flutter_lucide` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
```yaml
dependencies:
flutter_lucide: ^1.6.2
```## Example
Import the file to your project
```dart
import 'package:flutter_lucide/flutter_lucide.dart';
```Use the Icon
```dart
Icon(LucideIcons.route);
```
## Issues & Feedback
If you wish to contribute to this repo, welcome to [Pull Requests](https://github.com/ravikovind/flutter_lucide/pulls).
Star ⭐ the repo if you find it useful 🤩🤩. we are open to `enhancements`, `bug-fixes` & `suggestions`. feel free to open an [issue](https://github.com/ravikovind/flutter_lucide/issues).## License
```md
MIT License
```## Maintainers
### [Ravi Kovind](https://ravikovind.github.io/)
### [Achintya Singh](https://achiit.github.io/aboutachintya/#/)
## Disclaimer
This is not an official Lucide Icon package. All the assets are owned by their respective owners([https://lucide.dev/](https://lucide.dev/)). Please visit their website for more information. This package is created to help the Flutter Community.