typicons_flutter
Typicons 套件包含支援 Flutter 的程式碼,易於使用,美觀大方。
15喜歡 697近 30 天下載140Pub 分數
AndroidiOSWebmacOSWindowsLinux
Typicons 的 Flutter 套件
{"sdk":"flutter"}{"sdk":"flutter"}1.11.0以下為英文專案原文快照,最新內容請造訪 GitHub。
Flutter package for Typicons
Travis (.com) https://img.shields.io/github/contributors/tvc12/typicons_flutter.svg?style=flat-square https://img.shields.io/badge/license-%20CC%20BY--SA-green?style=flat-square https://img.shields.io/badge/license-SIL%20Open%20Font-green?style=flat-square GitHub Pub Version
Typions pack with the code to support flutter, easy use, beautifully.
dependencies:
typicons_flutter: ^0.5.0
https://github.com/tvc12/typicons_flutter/raw/master/demo.png
See more icon at Typicons by Stephen Hutchings (336 icons)
import 'package:typicons_flutter/typicons_flutter.dart';
class User extends StatelessWidget {
Widget build(_) {
return _buildIconButton();
}
Widget _buildIconButton() {
return IconButton(
icon: Icon(Typicons.user) // icon user
);//IconButton
}
}
| Vi Chi Thien |
|---|
| Vi Chi Thien |
This project is licenced under the MIT @tvc12
Any bundled fonts are copyright to their respective authors under CC BY-SA and SIL Open Font Licence