lucide_icons_flutter
適用於 Flutter 應用程式的 Lucide 圖示庫套件。Feather Icons 的分支,任何人都可貢獻圖示。
lucide 圖示 flutter
以下為英文專案原文快照,最新內容請造訪 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