flutter_iconoir_ttf 0.0.7 copy "flutter_iconoir_ttf: ^0.0.7" to clipboard
flutter_iconoir_ttf: ^0.0.7 copied to clipboard

The free open source Iconoir icons for Flutter without dependency on flutter_svg. You can just use the standard Icon widget!

Flutter Iconoir TTF #

Intro: #

The free open source Iconoir icons for Flutter without dependency on flutter_svg like the regular Iconoir package has.

You can just use the Icon widget and be on your way. ✨

There are well over a thousand nice icons to choose from!

It works as a regular TTF font file that can be generated with a script from the original SVGs and also generate the Dart code.

Usage: #

Add the following to your imports:

import 'package:flutter_iconoir_ttf/flutter_iconoir_ttf.dart';

...then you can use an Icon widget where the expected IconData is coming from the IconoirIcons or IconoirIconsBold class.

Examples:

Icon(IconoirIcons.bluetooth, color: Color(0xFF0000FF))

Icon(IconoirIconsBold.bluetooth, color: Color(0xFF0000FF))

Package Customization #

See the customization document in the git repo: customization.md

Example Picture #

Example main.dart screen
3
likes
0
pub points
66%
popularity

Publisher

unverified uploader

The free open source Iconoir icons for Flutter without dependency on flutter_svg. You can just use the standard Icon widget!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_iconoir_ttf