FLUTTER ECOSYSTEM

vqh2602/lucide-flutter-main

lucide 아이콘 flutter

lucide-flutter-main 프로젝트 이미지
Stars
41
Forks
5
최근 푸시(UTC)
2026. 9. 15.
프로젝트 상태
활성
vuong quang huy GitHub avatar
GITHUB User

vuong quang huy ↗

hi!

언어DartHTMLLessStylusSCSSC++CSSCCMakePythonShellSwiftKotlinObjective-C

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 5 개
  • flutter{"sdk":"flutter"}
  • flutter_test개발 의존성{"sdk":"flutter"}
  • golden_test개발 의존성^1.1.1
  • recase개발 의존성^4.1.0
  • lint개발 의존성^2.8.0

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

lucide_icons

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.

Example

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


Related Package

remix_icons_flutter

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);

Support

If you find this project useful, you can support further development by buying me a coffee:

Buy Me A Coffee

Contributors

vqh2602 github-actions[bot] vqh2601 huyvq-bachkhoa alessandro-amos cdeil