flutter_iconpicker 2.0.6
flutter_iconpicker: ^2.0.6 copied to clipboard
A Dialog for picking Icons in Flutter and use them anywhere. Can be used as a default Dialog or as a Adaptive Dialog.
2.0.6 21.05.2020 #
- Fix
FontAwesomeIconsPack
2.0.5 18.05.2020 #
- Add option
showTooltipsfor showing the name of the icon in aTooltip
2.0.4 17.05.2020 #
- Introducing:
AdaptiveDialogwith the help of Rody Davis - Adaptive Dialogs- Minor changes and additions to improve
AdaptiveDialogwithBoxConstraintsandShapeBorder - Use of raw
Dialog
- Minor changes and additions to improve
- Update pub dependencies (Fixes on font_awesome_flutter landed)
- Add AlertDialog
constraintsfor custom dialog size - Add Color parameters for background and icons
- Add Icon parameters for custom prefix and suffix icons in
SearchBar - Add
ColorBrightnessto detect proper colors for texts depending of dialogs background color - Fix white gaps inside
IconPicker - Add custom parameters: main and cross axis spacing between icons
- Add
barrierDismissible - Add API-Reference in Readme
- Update Example:
- add Theme-Modes
- add AdaptiveDialog switch
1.1.3 04.05.2020 #
- Performance optimization:
- Switch from
InkResponsetoGestureDetectorfor selecting Icons: #6
- Switch from
1.1.1 31.03.2020 #
- Fixed FontAwesome import
1.1.0 21.03.2020 #
- Add new IconPacks:
Material Outline,Cupertino,LineAwesome,FontAwesome- Fixes: #2
- Refactor IconPacks
- Add
iconPackMode
0.1.5 11.01.2020 #
- Improve performance with loading icons on
showIconPicker- render icons async
- add
constwhere possible
0.1.4 07.01.2020 #
- Support Light & Dark Mode with:
Theme.of(context).dialogBackgroundColorfor LinearGradient
0.1.3 02.01.2020 #
- Add Serialization for persisting IconData
iconDataToMap(iconData)mapToIconData(map)
- Add additional information in Readme
0.1.2 19.12.2019 #
- Add example project
0.1.0 16.12.2019 #
- Add scrollable Material Icons
- Add SearchBar
- Add CloseButton
- Add arguments for picker