Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T10:59:43.000Z (about 1 month ago)
- Last Synced: 2024-11-27T11:36:24.911Z (about 1 month ago)
- Topics: feather, flutter, flutter-package, icon-pack, icons, lucide, lucide-icons
- Language: Dart
- Homepage: https://pub.dev/packages/flutter_lucide
- Size: 1.92 MB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_lucide
[![pub package](https://img.shields.io/pub/v/flutter_lucide.svg)](https://pub.dartlang.org/packages/flutter_lucide)
[![Score](https://img.shields.io/pub/points/flutter_lucide?label=Score&logo=dart)](https://pub.dartlang.org/packages/flutter_lucide/score)
[![Platform](https://img.shields.io/badge/Platform-Android%20|%20iOS%20|%20Web%20|%20macOS%20|%20Windows%20|%20Linux%20-blue.svg?logo=flutter)](https://pub.dartlang.org/packages/flutter_lucide)
![GitHub stars](https://img.shields.io/github/stars/ravikovind/flutter_lucide)
![GitHub forks](https://img.shields.io/github/forks/ravikovind/flutter_lucide)
![GitHub issues](https://img.shields.io/github/issues/ravikovind/flutter_lucide)
![GitHub pull requests](https://img.shields.io/github/issues-pr/ravikovind/flutter_lucide)
![GitHub contributors](https://img.shields.io/github/contributors/ravikovind/flutter_lucide)
![GitHub last commit](https://img.shields.io/github/last-commit/ravikovind/flutter_lucide)Lucide is a free, open-source icon set with over 1450+ icons(0.462.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](https://github.com/ravikovind/flutter_lucide/raw/main/screenshots/logo.png)
Lucide Version [0.462.0](https://github.com/lucide-icons/lucide/releases/tag/0.462.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.0
```## 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.