반응형
질문
저는 최근에 플러터를 시작했습니다. 사용하려는 아이콘
을 찾을 때마다 적절한 것을 찾는 것이 어려움을 겪고 있습니다. 플러터에서 사용 가능한 모든 아이콘 목록을 얻을 수 있는 웹사이트나 소스가 있을까요?
도움이 되는 어떠한 정보든 감사히 받겠습니다. 미리 감사드립니다 :)
답변
기본 Material 아이콘: https://api.flutter.dev/flutter/material/Icons-class.html
Flutter 커스텀 아이콘 생성기: https://www.fluttericon.com/
FontAwesomeIcons: https://pub.dev/packages/font_awesome_flutter
Icon Forest: https://pub.dev/packages/icon_forest
Icon Sax: https://pub.dev/packages/iconsax
Ion Icons: https://pub.dev/packages/ionicons
Unicons: https://pub.dev/packages/unicons
Line Icons: https://pub.dev/packages/line_icons
반응형
댓글