Flutter plugin init

This commit is contained in:
marchellodev
2021-08-05 22:17:05 +03:00
parent 51b12ae55c
commit 7558bef262
11 changed files with 714 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# lucide_icons
Lucide Icons ([lucide.dev](https://lucide.dev)) for Flutter. Visit the website for the full list of icons
## Example
```dart
Icon(LucideIcons.activity);
```