typicons_flutter 0.4.2 copy "typicons_flutter: ^0.4.2" to clipboard
typicons_flutter: ^0.4.2 copied to clipboard

outdated

Typicons pack with the code to support flutter, easy use, beautifully.

typicons_flutter #

Thanks to authors of Typicons #

Flutter package for Typicons

Travis (.com) GitHub Pub Version

Typions pack with the code to support flutter, easy use, beautifully.

Install #

dependencies:
  typicons_flutter: ^0.4.2

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

15
likes
40
points
736
downloads

Publisher

verified publisheruit.social

Weekly Downloads

Typicons pack with the code to support flutter, easy use, beautifully.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on typicons_flutter