Skip to content

Commit 6cc71a1

Browse files
committed
release v0.7.1
1 parent 7482723 commit 6cc71a1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.7.1
2+
- Add `onTap` handler for `PlatformDropdownButton` and `CupertinoDropdownButton`.
3+
14
## 0.7.0
25
- Thanks again to [Dmytro Korotchenko](https://github.com/chitkiu) the `PlatformDropdownButton` is now more flexible.
36
- Re-added `PlatformListTile`, this time based on the Flutter's official `CupertinoListTile` widget.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: enough_platform_widgets
22
description: Useful platform aware widgets to bring a Material app to Cupertino.
3-
version: 0.7.0
3+
version: 0.7.1
44
homepage: https://github.com/Enough-Software/enough_platform_widgets
55

66
environment:
77
sdk: ">=2.17.0 <3.0.0"
8-
flutter: ">=1.17.0"
8+
flutter: ">=3.0.0"
99

1010
dependencies:
1111
cupertino_stepper: ^0.2.1

0 commit comments

Comments
 (0)