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