udiedrichsen / flutter-icons

Customizable Icons for Flutter :boom:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 简体中文

flutter_icons

pub package

Customizable Icons for Flutter,Inspired by react-native-vector-icons

Bundled Icon Sets

Browse all.

Usage

To use this plugin, add flutter_icons as a dependency in your pubspec.yaml file.

Example

// Import package
import 'package:flutter_icons/flutter_icons.dart';
import 'package:flutter/material.dart';

Icon(Ionicons.getIconData("ios-search"));
Icon(AntDesign.getIconData("stepforward"));
Icon(FontAwesome.getIconData("glass"));
Icon(MaterialIcons.getIconData("ac-unit"));

Special thanks to react native vector ICONS library and its authors

About

Customizable Icons for Flutter :boom:

License:Other


Languages

Language:Dart 99.6%Language:Objective-C 0.4%