eva_icons_flutter 1.0.0 copy "eva_icons_flutter: ^1.0.0" to clipboard
eva_icons_flutter: ^1.0.0 copied to clipboard

outdated

Flutter package for Eva Icons. Eva Icons is a pack of more than 480 beautifully crafted Open Source icons for common actions and items.

eva_icons_flutter #

Flutter package for Eva Icons. Eva Icons is a pack of more than 480 beautifully crafted Open Source icons for common actions and items.

Special thanks to Eva Icons team. These beautiful icons are created by them.

I created this package to make these icons available as Flutter Icons.

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

eva_icons_flutter: <latest_version>

Usage #

import 'package:eva_icons_flutter/eva_icons_flutter.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return IconButton(
      // Use the EvaIcons class for the IconData
      icon: Icon(EvaIcons.heart),
      onPressed: () { print("Eva Icon heart Pressed"); }
     );
  }
}

Example #

View the Flutter app in the example directory.

Contributors #

238
likes
0
pub points
97%
popularity

Publisher

unverified uploader

Flutter package for Eva Icons. Eva Icons is a pack of more than 480 beautifully crafted Open Source icons for common actions and items.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on eva_icons_flutter