FLUTTER ECOSYSTEM

omar-hanafy/enefty_icons

Enefty イコンパックを含むFlutterリポジトリ。

enefty_icons のプロジェクト画像
Stars
11
Forks
1
最終プッシュ(UTC)
2026/07/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.