frino_icons 2.0.0 copy "frino_icons: ^2.0.0" to clipboard
frino_icons: ^2.0.0 copied to clipboard

The Frino Icon pack available as Flutter Icons. Provides 300+ additional icons to use in your apps.

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

Frino Example Image

Installing #

Include frino_icons in your pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter
  frino_icons: ^1.0.1
copied to clipboard

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.code);
...
copied to clipboard

Credits #

22
likes
130
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

The Frino Icon pack available as Flutter Icons. Provides 300+ additional icons to use in your apps.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on frino_icons