FLUTTER ECOSYSTEM

omar-hanafy/enefty_icons

包含 Enefty 圖標套件的 Flutter 倉儲。

enefty_icons 專案封面
Stars
11
Forks
1
最近推送(UTC)
2026年7月25日
專案狀態
未封存
Omar Khaled GitHub avatar
GITHUB User

Omar Khaled ↗

Mobile App Developer

語言DartC++CMakeHTMLCSwiftRubyKotlinObjective-C

此儲存庫發佈的套件

使用的依賴

依賴清單 2 項

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

Enefty Icons

Enefty Icons is a collection of icon assets designed by Pickolab Studio, licensed under the CC BY 4.0 framework.

The repository specifically features two styles of icons: Outline and Bold.

Samples

How example looks

Click the image to view a live demo on the Enefty Icons website.

Installation and Usage

pub package

To install the package, add the following line to your pubspec.yaml:

dependencies:
  enefty_icons: ^1.0.10
Example Usage
  1. Import the package

    import 'package:enefty_icons/enefty_icons.dart';
    
  2. Use the icons

    Icon(EneftyIcons.people_outline),
    

Reporting Issues

For any issues or concerns, please create a new issue in the package repository.