FLUTTER ECOSYSTEM

peengle/frino_icons

Frino アイコンライブラリ、Frino Icons(rafalfuczynski.com/frino/ による)に基づき、FlutterIcon.com の支援を受けています

frino_icons のプロジェクト画像
Stars
5
Forks
2
最終プッシュ(UTC)
2026/01/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/)