You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
黎明 543cdfd8e0
Merge pull request #3 from Slackboi/patch-3
6 years ago
example update example 6 years ago
fonts add fonts 6 years ago
lib Foundation added 6 years ago
test clear test.dart 6 years ago
.gitignore Update .gitignore 6 years ago
.metadata initial 6 years ago
CHANGELOG.md initial 6 years ago
LICENSE initial 6 years ago
README.md Update README.md 6 years ago
README_zh-CN.md Update README_zh-CN.md 6 years ago
flutter_icons.iml add example 6 years ago
package.json docs(package.json): update package.json 6 years ago
pubspec.lock initial 6 years ago
pubspec.yaml Update pubspec.yaml 6 years ago

README.md

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.getIcon("ios-search"));
Icon(AntDesign.getIcon("stepforward"));
Icon(FontAwesome.getIcon("glass"));
Icon(MaterialIcons.getIcon("ac-unit"));

Special thanks to react native vector ICONS library and its authors