FLUTTER ECOSYSTEM

tvc12/typicons_flutter

Typicons 的 Flutter 套件

typicons_flutter 專案封面
Stars
3
Forks
2
最近推送(UTC)
2021年3月27日
專案狀態
未封存
Thien Chi Vi GitHub avatar
GITHUB User

Thien Chi Vi ↗

Give me your hand in life Nothing in your eyes. Be sad

@datainsider-co @ohmypet @uitersHo Chi Minh, VietNam
語言Dart

此儲存庫發佈的套件

使用的依賴

依賴清單 3 項
  • flutter{"sdk":"flutter"}
  • flutter_test開發依賴{"sdk":"flutter"}
  • pedantic開發依賴1.11.0

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

typicons_flutter

Thanks to authors of Typicons

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.

Install
dependencies:
  typicons_flutter: ^0.5.0
https://github.com/tvc12/typicons_flutter/raw/master/demo.png
Usage

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
    }
}

Contributors
Vi Chi Thien
Vi Chi Thien
License

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