Updated readme

This commit is contained in:
marchellodev
2021-08-05 22:39:34 +03:00
parent 7558bef262
commit f78ef546a8

View File

@@ -35,6 +35,7 @@ Lucide is trying to expand the icon set as much as possible while staying faithf
* [Preact](#preact)
* [Figma](#figma)
* [Laravel](#laravel)
* [Flutter](#flutter)
* [Contributing](#contributing)
* [Community](#community)
* [License](#license)
@@ -146,6 +147,16 @@ composer require mallardduck/blade-lucide-icons
For more details, see the [documentation](https://github.com/mallardduck/blade-lucide-icons/blob/main/README.md).
### Flutter
Implementation of Lucide icon library for Flutter applications.
```sh
flutter pub add lucide_icons
```
For more details, see the [pub.dev](https://pub.dev/packages/lucide_icons).
## Contributing
For more info on how to contribute please see the [contribution guidelines](https://github.com/lucide-icons/lucide/blob/master/CONTRIBUTING.md).