FLUTTER ECOSYSTEM

peengle/frino_icons

Frino-Ikonenbibliothek, basierend auf Frino Icons (von rafalfuczynski.com/frino/) und mit Hilfe von FlutterIcon.com

Projektcover von frino_icons
Stars
5
Forks
2
Letzter Push (UTC)
31.01.2026
Projektstatus
Aktiv
peengle GitHub avatar
GITHUB User

peengle ↗

Poland
SprachenDart

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 2 Einträge
  • flutter{"sdk":"flutter"}
  • flutter_testEntwicklung{"sdk":"flutter"}

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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/)