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.
黎明 4dcf4307d9
update README.md
6 years ago
fonts add fonts 6 years ago
lib update README.md 6 years ago
test clear test.dart 6 years ago
.gitignore Some font configurations 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
flutter_icons.iml initial 6 years ago
pubspec.lock initial 6 years ago
pubspec.yaml update pubspec 6 years ago

README.md

flutter_icons

pub package

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

Notice

This project is under development, there is no stable version at present, we do not recommend you to use in production for the time being, welcome everyone to contribute code.

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(icon:Ionicons.getIcon("ios-search"));
Icon(icon:AntDesign.getIcon("stepforward"));
More Icons will be added later , welcome everyone to contribute code.