FLUTTER ECOSYSTEM

omar-hanafy/enefty_icons

Enefty 아이콘 팩을 포함한 플러터 리포지토리입니다.

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.