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

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.

This package brings Eva Icons pack available as Flutter Icons. It has beautiful outlined and rounded Icons.

NOTE: AndroidX Compatible

Blog Post: Beautiful Outlined and Rounded Icons in Flutter with Eva Icons

Installation #

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

eva_icons_flutter: <latest_version>
copied to clipboard

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"); }
     );
  }
}
copied to clipboard

Example #

View the Flutter app in the example directory.

Screenshot #

Eva Icons Screenshot

Contributors #

271
likes
160
points
11.8k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.31 - 2025.02.12

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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on eva_icons_flutter