flutter_iconpicker library

FlutterIconPicker Author Rebar Ahmad https://github.com/Ahmadre rebar.ahmad@gmail.com

Classes

IconPickerIcon
The IconPickerIcon is a data-class that holds the IconData and the name of the icon It is used to display the icon in the IconPicker

Enums

IconPack
The IconPack defines which Icons are gonna be loaded

Functions

deserializeIcon(Map<String, dynamic> iconMap) IconPickerIcon?
deserializeIcons(dynamic json) List<IconPickerIcon>?
serializeIcon(IconPickerIcon icon) Map<String, dynamic>?
serializeIcons(List<IconPickerIcon> icons) List<Map<String, dynamic>?>
showIconPicker(BuildContext context, {SinglePickerConfiguration configuration = const SinglePickerConfiguration()}) Future<IconPickerIcon?>
showMultipleIconPicker(BuildContext context, {MultiplePickerConfiguration configuration = const MultiplePickerConfiguration()}) Future<List<IconPickerIcon>?>

Typedefs

SearchComparator = bool Function(String search, IconPickerIcon icon)
The SearchComparator is a function that is used to compare the search value with the icon