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.