flutter_icons_fix 1.0.3 copy "flutter_icons_fix: ^1.0.3" to clipboard
flutter_icons_fix: ^1.0.3 copied to clipboard

Customizable Icons for Flutter,you can use with over 4K+ icons in your flutter project

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_fix 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 he 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_icons_fix/flutter_icons_fix.dart';
import 'package:flutter/material.dart';

// 1.0.0 version used
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)
2
likes
105
pub points
41%
popularity

Publisher

unverified uploader

Customizable Icons for Flutter,you can use with over 4K+ icons in your flutter project

Homepage

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_icons_fix