- ⬆️ Update Dependencies (based on Flutter 3.27., Dart 3.6.)
- 💻 Major refactoring
- ❗ [BREAKING CHANGE]: Generated Icons has been changed! Please regenerate your Icons to get the updated Models!
- 🐛 Fixed iOS 18 requirements on FontAwesome Icons.
- Thanks to SethuSenthil: #86
- ⬆️ Update FontAwesome Icons (6.5.1)
- 💡 Add
iconBuilder
:IconWidgetBuilder
to create your own custom widgets for your displayed icons
- 🐛 [Hotfix]: Fix mutually exclusive icons while searching (flatten results)
- 🐛 Fix
generate_packs
--packs
allowed packs parameter
- 📝 Update
generate_packs
--help
documentation to show allowed packs parameter
- 🐛 Fix mutually exclusive icons while searching
- Thanks to programotuojes for the hint in #80
- 🐛 Fix typo in
Cupertino.dart
icons
- 📝 Add hints to picker modes
- 💡 [BREAKING CHANGE]
showIconPicker
andshowMultipleIconPicker
use now the optional parameter:SinglePickerConfiguration
andMultiplePickerConfiguration
to configure the picker. Also the parameterselectedIcon
is now called:preSelected
.- Follow this guide for more: Migration Guide
- 💡 Add support for selecting multiple icons by
showMultipleIconPicker
which returnsList<IconPickerIcon>
- 💡 Add support for pre-selected icons by
preSelected
which consumesList<IconPickerIcon>
- 💡 Update serialization helpers to support multiple icons to serialize
- Use new helpers
serializeIcons
anddeserializeIcons
- Use new helpers
- 🐛 Fix update
scrollview_observer
web support
- 🐛 Fix
key
mapped value for custom icons
- 💡 [BREAKING CHANGE] Improve returned Icon type
- Migrate from
IconData
toIconPickerIcon
model which holds now thekey
,data
andpack
informations. For more seeIconPickerIcon
Model. Raw icon data can now be accessed byicon.data
.
- Migrate from
- 💡 Add pre-selected Icon when opening the Icon picker by
selectedIcon
- 💡 Add
shouldScrollToSelectedIcon
to control if scrolling to pre-selected Icon when opening the Icon picker should be enabled or disabled - 💡 Add pre-selected color for selected icons by
selectedIconBackgroundColor
- ⬆️ Update dependencies to latest Flutter
3.24.*
and Dart SDK3.5.*
- ⬆️ Update
dcli
to6.0.5
- 🐛 (Windows): Support empty strings in project path
- Thanks to: #71
- ⬆️ Update dependencies to latest Flutter
3.22.*
and Dart SDK3.3.*
- 📝 Add more hints in documentation
- 🐛 Fix
generate_packs
command (caused bydcli
package). Thanks for the hint #66
- 📝 Fix documentation
- ⬆️ Update dependencies to latest Flutter 3.19.*
- 📝 Update documentation
- 🐛 Fix
generate_packs
command for macOS
- 🐛 Fix App Size (Flutter app bundles were increased around >= 1 MB)
IconPack
's are now generated on demand! For more see: Troubleshooting to generate the Icons you need as a developer!- Also see:
dart run flutter_iconpicker:generate_packs --help
for general usage
- 📝 Update documentation
- 🐛 Fix
iconPickerShape
was not applied anymore with Material 3 - 📝 Update documentation
- ⬆️ [BREAKING CHANGE] Update main interface
- The IconPicker is now called via
IconData? icon = await showIconPicker(...
and not anymore like:IconData? icon = await FlutterIconPicker.showIconPicker(...
. Please update your code accordingly!
- The IconPicker is now called via
- 📝 Update documentation
- ⬆️ [BREAKING CHANGE] Update dependencies
- Seperate Material Icons
- Please check this Migration Guide for more information
- 📝 Update documentation
- 💡 Add
searchComparator
to define a custom search function which can be used instead - ⬆️ Update to latest
flutter 3.16.*
- ⬆️ Update dependencies
- 📝 Update documentation
- ⬆️ Update to latest
flutter 3.10.*
- ⬆️ Update dependencies:
- Material Icons
- FontAwesome Icons
- 📝 Add Disclaimer to Readme (please read!)
- ⬆️ Update dependencies (based on
flutter stable 3.3.6
):- Material Icons
- Cupertino Icons
- FontAwesome Icons
- 🐛 Fix mainAxisSpacing and crossAxisSpacing. Thanks for the hint #41
- [BREAKING CHANGE]:
- Update
CupertinoIcons
icon call by static accessor -> please check if your already stored icons matches and can be resolved!
- Update
- Update dependencies to latest Flutter 3.0.5 Release
- Update Material Icons to latest Icons from Stable branch
- Update Cupertino Icons to latest Icons from Stable branch
- Update Docs
- Update Dependencies
- Update
font_awesome_flutter
icons - 🐛 Fix Format
- 🐛 Fixed
pie_chart_outlined
not exists.- Thanks to: #43
- 🐛 Fixed default return Material Icons wiht new
iconPackModes
interface. Thanks to jlnrrg for his hint in #34
- Remove
iconPackMode
. Use now:iconPackModes
, where you can add aList<IconPack>
to provide users multiple packs (including your owncustomIconPack
).
- [BREAKING-CHANGE]:
iconPackMode
is nowiconPackModes
, where you can add aList<IconPack>
to provide users multiple packs (including your owncustomIconPack
). You can also use only a single pack, just do:[IconPack.blabla]
- Thanks for Feature Request: #34
- Mark
iconPackMode
as deprecated
- 🐛 Fix outdated Material Icons.
- 🐛 Fix outdated Font Awesome Icons.
- Update dependencies
- 🐛 Update MaterialIcons to pick through
Icons
rather thenIconData
- Fixes: #22
- Remove main dependencies
hive
andprovider
, because PubSpec-Assist for IntelliJ did something wrong here- Thanks to: #21
- Breaking Change:
iconDataToMap
is now named:serializeIcon
- Works still the same with a little addition:
serializeIcon(IconData icon, {IconPack iconPack})
- Works still the same with a little addition:
mapToIconData
is now named:deserializeIcon
- 🐛 Fix and adapt to constant changes in IconPacks (especially: MaterialIcons) changes in
codePoints
- Fixes: #19 - many thanks to Piotr Merski for his solution here :)
- Update example-project with explicit DB example (hive + provider)
- Migrate to nullsafety
- Use
2.2.3
if you are not ready for null-safety yet
- Use
- Remove some dependencies to be more independent with null-safety
- Update Material Icons:
- Add all
Sharp
,Rounded
andOutlined
icons - General clean up and update with Flutter
2.0.1
- Add all
- Update flutter components
- clean-up
- 🐛 Update dependencies (Cupertino, LineAwesome, FontAwesome)
- Add
showSearchBar
- Fixes: #15
- Format for publication with
dartfmt -w .
- 🐛 Fix Search-Bar if custom icons are selected
- Fixes: #11
- Major Performance fixes (Many thanks goes to: Leonard Arnold)
- Added dynamic
GridView.builder
withSliverGridDelegateWithMaxCrossAxisExtent
- Remove additional
_buildIcons
method
- Added dynamic
- Add
custom
as a new IconPackMode so you can now add your own customized Icons - Add customIconPack as
Map<String, IconData>
- Update example with
myCustomIcons
- 🐛 Fix
FontAwesomeIcons
Pack
- Add option
showTooltips
for showing the name of the icon in aTooltip
- Introducing:
AdaptiveDialog
with the help of Rody Davis - Adaptive Dialogs- Minor changes and additions to improve
AdaptiveDialog
withBoxConstraints
andShapeBorder
- Use of raw
Dialog
- Minor changes and additions to improve
- Update pub dependencies (Fixes on font_awesome_flutter landed)
- Add AlertDialog
constraints
for custom dialog size - Add Color parameters for background and icons
- Add Icon parameters for custom prefix and suffix icons in
SearchBar
- Add
ColorBrightness
to 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
- Performance optimization:
- Switch from
InkResponse
toGestureDetector
for selecting Icons: #6
- Switch from
- Add missing
fontPackage
to Serialization- Thanks to: PR5
- 🐛 Fixed FontAwesome import
- 🐛 Add new IconPacks:
Material Outline
,Cupertino
,LineAwesome
,FontAwesome
- Fixes: #2
- Refactor IconPacks
- Add
iconPackMode
- 🐛 Add default values
- Fixes: #3
- Swiped last search
- Improve performance with loading icons on
showIconPicker
- render icons async
- add
const
where possible
- Support Light & Dark Mode with:
Theme.of(context).dialogBackgroundColor
for LinearGradient
- Add Serialization for persisting IconData
iconDataToMap(iconData)
mapToIconData(map)
- Add additional information in Readme
- Add example project
- Add scrollable Material Icons
- Add SearchBar
- Add CloseButton
- Add arguments for picker