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

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

evil_icons_flutter #

🖤 Evil Icons for Flutter.

Made from Evil Icons.

Travis (.com) GitHub Pub Version

Installation #

Add this to your package's pubspec.yaml file: #

dependencies:
  evil_icons_flutter: ^0.5.0

You can install packages from the command line: #

$ flutter packages get

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 #

Thien Chi Vi Cuong Duy Nguyen
Thien Chi Vi Cuong Duy Nguyen

License #

This project is licenced under the MIT @tvc12.

Any bundled fonts are copyright to their respective authors under MIT @evil-icons

6
likes
120
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on evil_icons_flutter