FLUTTER ECOSYSTEM

omar-hanafy/enefty_icons

Enefty आइकन पैक को सामग्री वाला फ्लटर रिपॉजिटरी।

enefty_icons प्रोजेक्ट कवर
Stars
11
Forks
1
अंतिम पुश (UTC)
25 जुल॰ 2026
प्रोजेक्ट स्थिति
सक्रिय
Omar Khaled GitHub avatar
GITHUB User

Omar Khaled ↗

Mobile App Developer

भाषाएँDartC++CMakeHTMLCSwiftRubyKotlinObjective-C

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 2 आइटम
  • flutter{"sdk":"flutter"}
  • flutter_lintsडेवलपमेंट^6.0.0

मूल 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.