lucide_icons_flutter
Eine Lucide-Ikonenbibliothek für Flutter-Anwendungen. Fork von Feather Icons, offen für Beiträge von jedem.
lucide-Icon Flutter
Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.
Pub Version Pub Monthly Downloads Pub Likes Pub Points Pub Publisher Buy Me A Coffee
version: 1.46.0
Lucide Icons (lucide.dev) for Flutter. Visit the website for the full list of icons.
Use regular version
import 'package:lucide_icons_flutter/lucide_icons.dart';
Icon(LucideIcons.activity);
If you need to change the thickness of each icon stroke, use the way under the wire
import 'package:lucide_icons_flutter/lucide_icons.dart';
Icon(LucideIcons.activity100);
Icon(LucideIcons.activity200);
Icon(LucideIcons.activity300);
Icon(LucideIcons.activity400);
Icon(LucideIcons.activity500);
Icon(LucideIcons.activity600);
Icon(LucideIcons.activityDir);
Icon(LucideIcons.activity600Dir);
For RTL (right-to-left) support, use the Dir icon:
LucideIcons.aArrowDownDir
const Directionality(
textDirection: TextDirection.rtl,
child: Icon(LucideIcons.aArrowDownDir))
import 'package:lucide_icons_flutter/lucide_icons.dart';
const Directionality(
textDirection: TextDirection.rtl,
child: Icon(LucideIcons.aArrowDown)),
const Directionality(
textDirection: TextDirection.rtl,
child: Icon(LucideIcons.aArrowDownDir))
enter image description here
Pub Version Pub Monthly Downloads Pub Likes Pub Points
A Remix Icon library package for Flutter applications. Remix Icon (remixicon.com) is an open-source neutral style icon system with 2800+ icons.
📦 Package: remix_icons_flutter on pub.dev
import 'package:remix_icons_flutter/remix_icons.dart';
Icon(RemixIcons.home_line);
Icon(RemixIcons.home_fill);
If you find this project useful, you can support further development by buying me a coffee:
Buy Me A Coffeevqh2602 github-actions[bot] vqh2601 huyvq-bachkhoa alessandro-amos cdeil