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