enefty_icons
Enefty 아이콘 팩을 포함한 플러터 리포지토리입니다. Enefty는 Pickolab Studio가 제작한 아이콘 자산 세트를 포함하는 자산 레포지토리이며, CC BY 4.0 라이선스에 따라 사용 가능합니다.
46좋아요 30030일 다운로드160Pub 점수
AndroidiOSWebmacOSWindowsLinux
Enefty 아이콘 팩을 포함한 플러터 리포지토리입니다.
{"sdk":"flutter"}^6.0.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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.
Click the image to view a live demo on the Enefty Icons website.
To install the package, add the following line to your pubspec.yaml:
dependencies:
enefty_icons: ^1.0.10
Import the package
import 'package:enefty_icons/enefty_icons.dart';
Use the icons
Icon(EneftyIcons.people_outline),
For any issues or concerns, please create a new issue in the package repository.