evil_icons_flutter 0.1.1 copy "evil_icons_flutter: ^0.1.1" to clipboard
evil_icons_flutter: ^0.1.1 copied to clipboard

outdated

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

evil_icons_flutter #

Thanks to authors of evil-icons and react native vector ICONS library #

Flutter package for Evil Icons

Build Status GitHub

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

Usage #

See more icon at EvilIcons by Alexander Madyankin & Roman Shamin (70 icons)

import 'package:evil_icons_flutter/evil_icons_flutter.dart';

class User extends StatelessWidget {

    Widget build(_) {
        return _buildIconButton();
    }

    Widget _buildIconButton() {
        return IconButton(
            icon: Icon(EvilIcons.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 MIT

6
likes
0
pub points
70%
popularity

Publisher

verified publisheruit.social

Icon evil 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 evil_icons_flutter