fluttericon
來自流行網路圖示字型的 Flutter 圖示。使用 fluttericon.com 自訂您的最終圖示套件。
Fluttericon Flutter
以下為英文專案原文快照,最新內容請造訪 GitHub。
Flutter icon packs built from 15 popular free and open-source webfonts. These include all packs available from FlutterIcon (except Material Icons).
Please note this package is not intended for production use, due to the large size. Instead, it can be used as a development aid to help identify/test icons.
For production use, it is highly recommended to use FlutterIcon to customize your icon pack, limiting your icon font to needed icons and building your own from custom SVG.
The icon set included are:
Please review and respect the copyright information contained in the header file for each font set.
Simply import the desired icon set and use the IconData as normal.
import 'package:fluttericon/typicons_icons.dart';
import 'package:fluttericon/fontelico_icons.dart';
import 'package:fluttericon/linecons_icons.dart';
final myIcons = const <Widget>[
const Icon(Typicons.attention),
const Icon(Fontelico.emo_wink),
const Icon(Linecons.globe),
];
To customize icon packs, visit FlutterIcon.