in

Flutter package for Eva Icons

eva_icons_flutter

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

This package brings Eva Icons pack available as Flutter Icons. It has beautiful outlined and rounded 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.

Screenshot

screenshot eva icons

GitHub

https://github.com/piyushmaurya23/eva_icons_flutter

Written by James

Displays a scrollable timeline with custom child widgets and custom icons

The Material Design Icons from the community for Flutter