All Projects → piyushmaurya23 → eva_icons_flutter

piyushmaurya23 / eva_icons_flutter

Licence: MIT license
Flutter package for Eva Icons. Eva Icons is a pack of more than 480 beautifully crafted Open Source icons for common actions and items. https://pub.dartlang.org/packages/eva_icons_flutter

Programming Languages

dart
5743 projects
C++
36643 projects - #6 most used programming language
CMake
9771 projects
HTML
75241 projects
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to eva icons flutter

Simple Line Icons
Simple and Minimal Line Icons
Stars: ✭ 1,815 (+2168.75%)
Mutual labels:  icons, icons-pack
Tabler Icons
A set of over 1400 free MIT-licensed high-quality SVG icons for you to use in your web projects.
Stars: ✭ 10,858 (+13472.5%)
Mutual labels:  icons, icons-pack
ngx-bootstrap-icons
This Angular module allows you to use the Bootstrap Icons in your angular application without additional dependencies.
Stars: ✭ 26 (-67.5%)
Mutual labels:  icons, icons-pack
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+2166.25%)
Mutual labels:  icons, icons-pack
GoogleMD-Icons
Google Material Design Icons Library
Stars: ✭ 14 (-82.5%)
Mutual labels:  icons, icons-pack
react-flagkit
🇺🇦 React wrapper for FlagKit Flag Icons
Stars: ✭ 21 (-73.75%)
Mutual labels:  icons
reactive state
An easy to understand reactive state management solution for Flutter.
Stars: ✭ 19 (-76.25%)
Mutual labels:  flutter-package
octicons-modular
GitHub Octicons with tree-shaking support and icon-per-file style.
Stars: ✭ 25 (-68.75%)
Mutual labels:  icons
oojs-ui
OOUI is a modern JavaScript UI library with strong cross-browser support. It is the standard library for MediaWiki and Wikipedia. This is a mirror from https://gerrit.wikimedia.org. Main website:
Stars: ✭ 45 (-43.75%)
Mutual labels:  icons
simple-icons-pdf
PDF icons for popular brands
Stars: ✭ 16 (-80%)
Mutual labels:  icons
fontawesome-subset
Creates subsets of FontAwesome fonts for optimized use on the web.
Stars: ✭ 41 (-48.75%)
Mutual labels:  icons
Icons.Avalonia
No description or website provided.
Stars: ✭ 52 (-35%)
Mutual labels:  icons
flutter-devicelocale
A Flutter package to read and return the set device locales
Stars: ✭ 45 (-43.75%)
Mutual labels:  flutter-package
flutter feather icons
Flutter package for Feather Icons
Stars: ✭ 33 (-58.75%)
Mutual labels:  flutter-package
hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Stars: ✭ 161 (+101.25%)
Mutual labels:  icons
markdown-emojis
🔥 All the emojis 🎉
Stars: ✭ 198 (+147.5%)
Mutual labels:  icons
Apple-App-Icons
This repository is for hosting Apple App Icons Sketch file, .sketch
Stars: ✭ 31 (-61.25%)
Mutual labels:  icons
anim search bar
A flutter package that has an animated search bar with loads of customization
Stars: ✭ 28 (-65%)
Mutual labels:  flutter-package
water drop nav bar
flutter navigation bar with water drop effect.
Stars: ✭ 29 (-63.75%)
Mutual labels:  flutter-package
StadiaIcons
A set of icons for games based on the Google Stadia logo.
Stars: ✭ 20 (-75%)
Mutual labels:  icons

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>

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

Eva Icons Screenshot

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].