FLUTTER ECOSYSTEM

Mastersam07/fIconsax

ficonsax는 Iconsax로, 다양한 스타일의 6000개의 아이콘 또는 각 스타일별로 1000개씩 제공되며, Dart/Flutter 패키지로 사용할 수 있습니다.

fIconsax 프로젝트 이미지
Stars
8
Forks
2
최근 푸시(UTC)
2026. 6. 19.
프로젝트 상태
활성
Samuel Abada GitHub avatar
GITHUB User

Samuel Abada ↗

GDE Flutter & Dart

@nexlabstudioNigeria공식 웹사이트 ↗
언어DartSwiftKotlinObjective-C

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 3 개
  • flutter{"sdk":"flutter"}
  • lints개발 의존성^1.0.0
  • flutter_test개발 의존성{"sdk":"flutter"}

원본 README

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

README 펼치기 / 접기

codecov Test pub package PRs Welcome

ficonsax

Iconsax is 6000 icons in different styles or 1000 icons for each style separately available for your flutter project.

Made from Iconsax.

🎖 Installation

In the dependencies: section of your pubspec.yaml, add the following line:

ficonsax:

🎮 Usage

import 'package:ficonsax/ficonsax.dart';

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return Card(
        child: Column(
            mainAxisAlignment: MainAxisAlignment.center,
            children: <Widget>[
                Icon(IconsaxBold.notification, size: 50.0),
                const SizedBox(height: 30.0),
                Text('Bold Notification Icon', textAlign: TextAlign.center),
            ],
        ),
    );
  }
}

Example

View the flutter app in the example directory

Screenshot

https://github.com/Mastersam07/ficonsax/raw/dev/ss/1.png

🐛 Bugs/Requests

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

🤓 Developer(s)

https://avatars3.githubusercontent.com/u/31275429?s=460&u=b935d608a06c1604bae1d971e69a731480a27d46&v=4

Abada Samuel Oghenero

https://github.com/aritraroy/social-icons/blob/master/twitter-icon.png?raw=true https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true https://github.com/aritraroy/social-icons/blob/master/medium-icon.png?raw=true https://github.com/aritraroy/social-icons/blob/master/facebook-icon.png?raw=true