twicon 0.1.1
twicon: ^0.1.1 copied to clipboard
Free icons of Taiwan. The package contains a set of icons by a Japanese and an English designer, that coverts the themes like sights, products, traffic, etc, in Taiwan.
twicon #
twicon helps to integrate TW Icon Fonts, into your Flutter apps,
TW Icon Fonts consist of free icons covering topics like sights, products, traffic and so on. They let you to promote your favorite places and cuisines in Taiwan easily.
The icons are designed by a Japanese designer, holoko, and an English designer Rob. They are both living in Taiwan right now. For further information, please visit TW Icon Fonts.
Usage #
Adds twicon
to your pubspec file, run futter packages get
, then you can
import the package:
import 'package:twicon/twicon.dart';
Then you can use these icons in widgets like Icon
, IconButton
and so on:
Icon(TaiwanIcons.taipei101);
You can also run the example project, to view the icons included.