Skip to content

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

License

Notifications You must be signed in to change notification settings

peengle/frino_icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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);
...

Credits

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages