FLUTTER ECOSYSTEM

peengle/frino_icons

Frino 아이콘 라이브러리, Frino Icons(rafalfuczynski.com/frino/)를 기반으로 하며 FlutterIcon.com의 도움을 받았습니다

frino_icons 프로젝트 이미지
Stars
5
Forks
2
최근 푸시(UTC)
2026. 1. 31.
프로젝트 상태
활성
peengle GitHub avatar
GITHUB User

peengle ↗

Poland
언어Dart

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 2 개
  • flutter{"sdk":"flutter"}
  • flutter_test개발 의존성{"sdk":"flutter"}

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

frino_icons

Flutter Frino icon library, based on Frino Icons created by Rafał Fuczyński and with the help of FlutterIcon.com

Check icon list on https://www.rafalfuczynski.com/frino/

Frino Example Image

Installing

Include frino_icons in your pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter
  frino_icons: ^2.0.0

If your IDE doesn't do it automatically, type:

flutter packages get

Using

Import the package in your dart file and use Icon to get the actual icon widget:

import 'package:frino_icons/frino_icons.dart';
...
Icon _icon = Icon(FrinoIcons.f_code);
...

Credits

  • Rafał Fuczyński for creating this beautiful set of icons (https://www.rafalfuczynski.com/)