Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rebarah committed Feb 20, 2021
1 parent 33e3a7a commit db37124
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.2.3] - 20.02.2021

* Update flutter components
* clean-up

## [2.2.2] - 26.10.2020

* Update dependencies (Cupertino, LineAwesome, FontAwesome)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FlutterIconPicker

[![Version](https://img.shields.io/badge/pub-v2.2.2-blue)](https://pub.dev/packages/flutter_iconpicker)
[![Version](https://img.shields.io/badge/pub-v2.2.3-blue)](https://pub.dev/packages/flutter_iconpicker)
[![Generic badge](https://img.shields.io/badge/platform-android%20|%20ios%20|%20web%20|%20desktop-blue.svg)](https://pub.dev/packages/flutter_iconpicker)

This package provides an IconPicker with supported (or custom provided) Icons which can be picked through an AlertDialog. All Icons are mapped with its names in the IconData. This is necessary to make it possible to search through the icons. Fulltextsearch including a note if no results where found.
Expand Down Expand Up @@ -41,7 +41,7 @@ To use this package, add `flutter_iconpicker` as a [dependency in your pubspec.y
| searchHintText | `String` | `'Search'` | Sets the `hintText` in the `TextField` of [SearchBar] |
| searchClearIcon | `Icon` | `Icon(Icons.close)` | Sets the suffix icon in the [SearchBar] |
| noResultsText | `String` | `'No results for:'` | The text to show when no results where found for the search term. |
| showTooltips | `bool` | `false` | Shows the labels underneeth the proper icon.<br> **WARNING for Flutter Web**: Until SKIA is disabled (like Flutter Web isn't ready for SKIA yet), this option could slow down the performance! |
| showTooltips | `bool` | `false` | Shows the labels underneeth the proper icon. |
| showSearchBar | `bool` | `true` | Shows the search bar above the icons if `true` |
| iconPackMode | `IconPack` | `IconPack.material` | The mode which Icons to show. |
| customIconPack | `Map<String, IconData>` | `null` | The customized icons that can be used instead. |
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_iconpicker: ^2.2.2
flutter_iconpicker: any
line_icons: ^0.2.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_iconpicker
description: A Dialog for picking Icons in Flutter and use them anywhere. Can be
used as a default Dialog or as a Adaptive Dialog.
version: 2.2.2
version: 2.2.3
homepage: https://github.com/Ahmadre
repository: https://github.com/Ahmadre/FlutterIconPicker

Expand Down

0 comments on commit db37124

Please sign in to comment.