fleva_icons 1.0.2 copy "fleva_icons: ^1.0.2" to clipboard
fleva_icons: ^1.0.2 copied to clipboard

A best Eva Icons package for Flutter.

fleva_icons #

A best Eva Icons package for Flutter.

About #

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.

Getting Started #

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

fleva_icons: <latest_version>

Usage #

import 'package:fleva_icons/fleva_icons.dart';

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

Demo #

Fleva Icons

4
likes
20
pub points
49%
popularity

Publisher

unverified uploader

A best Eva Icons package for Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fleva_icons