flutter_font_icons 2.2.2 copy "flutter_font_icons: ^2.2.2" to clipboard
flutter_font_icons: ^2.2.2 copied to clipboard

outdated

Customizable Icons for Flutter,including AntDesign, Entypo, EvilIcons, Feather, FontAwesome 4, FontAwesome 5, Fontisto, Foundation, Ionicons, MaterialCommunityIcons, MaterialIcons, Octicons, SimpleLin [...]

flutter_font_icons #

English | 简体中文

pub package

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

Notice #

  1. v2.0.0 has major Api changes, please be careful when upgrading
  2. icon names that begin with a number are preceded by a $prefix
  3. icons named with a dart language keyword have the _ suffix added

Bundled Icon Sets #

Browse all.

Usage #

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

Widget #

IconToggle #

Prop Description
selectedIconData Icon is displayed when value is true
unselectedIconData Icon is displayed when value is false
activeColor When value is true, the icon color is displayed
inactiveColor When value is false, the icon color is displayed
value Whether this IconToggle is selected.
onChanged Called when the value of the IconToggle should change.
duration The duration of the transition from selected Icon to unselected Icon
reverseDuration The duration of the transition from unselected Icon to selected Icon
transitionBuilder Transition animation function between the selected Icon and the unselected Icon

Example #

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

// Include icons with
Icon(AntDesign.stepforward),
Icon(Ionicons.ios_search),
Icon(FontAwesome.glass),
Icon(MaterialIcons.ac_unit),
Icon(FontAwesome5.address_book),
Icon(FontAwesome5Solid.address_book),
Icon(FontAwesome5Brands.$500px),
72
likes
0
pub points
95%
popularity

Publisher

unverified uploader

Customizable Icons for Flutter,including AntDesign, Entypo, EvilIcons, Feather, FontAwesome 4, FontAwesome 5, Fontisto, Foundation, Ionicons, MaterialCommunityIcons, MaterialIcons, Octicons, SimpleLineIcons, WeatherIcons and Zocial

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_font_icons