FLUTTER ECOSYSTEM

peengle/frino_icons

Frino icon library, based on Frino Icons (by rafalfuczynski.com/frino/) and with the help of FlutterIcon.com

frino_icons project cover
Stars
5
Forks
2
Last push (UTC)
Jan 31, 2026
Project status
Active
peengle GitHub avatar
GITHUB User

peengle ↗

Poland
LanguagesDart

Packages published by this repository

Dependencies used

Dependency list 2 items
  • flutter{"sdk":"flutter"}
  • flutter_testDevelopment{"sdk":"flutter"}

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project 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/)