typicons_flutter 0.2.0 copy "typicons_flutter: ^0.2.0" to clipboard
typicons_flutter: ^0.2.0 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

Build Status GitHub

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

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

Any bundled fonts are copyright to their respective authors under CC BY-SA and SIL Open Font Licence

15
likes
0
pub points
90%
popularity

Publisher

verified publisheruit.social

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on typicons_flutter