https://github.com/zonble/twicon
Free icons of Taiwan
https://github.com/zonble/twicon
Last synced: 11 months ago
JSON representation
Free icons of Taiwan
- Host: GitHub
- URL: https://github.com/zonble/twicon
- Owner: zonble
- License: mit
- Created: 2020-01-08T16:40:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T05:00:00.000Z (almost 2 years ago)
- Last Synced: 2024-08-15T05:27:11.630Z (almost 2 years ago)
- Language: Dart
- Homepage:
- Size: 10.7 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# twicon
twicon helps to integrate [TW Icon Fonts](https://www.twicon.page), into your
Flutter apps,
TW Icon Fonts consist of [free icons](https://www.twicon.page/icons.html)
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](https://www.twicon.page).
A Flutter example web app is available at https://zonble.github.io/twicon/.
[Traditional Chinese]
twicon 套件可以讓您將 [TW Icon Fonts](https://www.twicon.page) 輕鬆整合到到您的 Flutter app 當中。
TW Icon Fonts 一套以台灣為主題的免費圖示,包含了屬於台灣風景、交通、本土產品的各
種圖示,從以下網頁中可以看到[完整列表]((https://www.twicon.page/icons.html))。
這套圖示是由兩位居住在台灣的日本設計師 holiko 以及英國設計師 Rob 所設計,更多相關資訊,
請參見 [TW Icon Fonts 的頁面](https://www.twicon.page)。
在 https://zonble.github.io/twicon/ 上面,也提供了以 Flutter Web 製作的範例。
## Usage
Adds `twicon` to your pubspec file, run `futter packages get`, then you can
import the package:
``` dart
import 'package:twicon/twicon.dart';
```
Then you can use these icons in widgets like `Icon`, `IconButton` and so on:
``` dart
Icon(TaiwanIcons.taipei101);
```
You can also run the example project, to view the icons included.
