enefty_icons
包含 Enefty 图标包的 Flutter 仓库。Enefty 是一个资源库,包含由 Pickolab Studio 制作的一组图标资源,采用 CC BY 4.0 许可证。
46喜欢 300近 30 天下载160Pub 分数
AndroidiOSWebmacOSWindowsLinux
包含 Enefty 图标包的 Flutter 仓库。
{"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.