Skip to content

Releases: tvc12/evil_icons_flutter

Release v0.3.1

30 Oct 14:34
4583430
Compare
Choose a tag to compare
Complete update README (#12)

v0.2.0

26 Apr 03:56
f6eb396
Compare
Choose a tag to compare

evil_icons_flutter

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

Flutter package for Evil Icons

Build StatusGitHub

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
    }
}

v0.1.0

23 Apr 14:22
0292cea
Compare
Choose a tag to compare

evil_icons_flutter

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

Flutter package for Evil Icons

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
    }
}