Skip to content

Commit

Permalink
🔖 Release package 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphamerc committed May 27, 2024
1 parent 4ade7c2 commit e0d861d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
## [1.0.3] - Next Release
## [1.0.3] - 27 May 2024

### Changed

- Update dark theme colors
- Update flutter sdk constraint
- upgrade code as per new flutter version

### Added

- Added `onCloseWidgetPress` callback for FilterListDialog
- Add max selected chips param to limit maximum selection. Ref -> https://github.com/TheAlphamerc/filterlist/issues/36

### Removed

- Remove canvasColor from ChoiceChipThemeData

### Fixed

- Filter list delegate tile selection issue.
- Search filter issue after its being empty. Ref:-https://github.com/TheAlphamerc/filterlist/issues/49

## [1.0.2] - 02 Jul 2022

Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: "direct main"
description:
name: cupertino_icons
sha256: d57953e10f9f8327ce64a508a355f0b1ec902193f66288e8cb5070e7c47eeb2d
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.dev"
source: hosted
version: "1.0.6"
version: "1.0.8"
fake_async:
dependency: transitive
description:
Expand All @@ -63,7 +63,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.2"
version: "1.0.3"
flutter:
dependency: "direct main"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: filter_list
description: Filter_list Package is designed to make single/multiple item selection from a list of string/object.
version: 1.0.2
version: 1.0.3
homepage: https://github.com/TheAlphamerc/flutter_plugin_filter_list

environment:
Expand Down

0 comments on commit e0d861d

Please sign in to comment.