Skip to content

Commit 0f0d6e6

Browse files
committed
feat: release v0.7.2
1 parent 6c82725 commit 0f0d6e6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.2
2+
- Rename `PlatformListTile` to  `SelectablePlatformListTile` to remove naming conflict with flutter_platform_widgets - thanks to [DanielSmith1239](https://github.com/DanielSmith1239) and [dab246](https://github.com/dab246) for reporting this [problem](https://github.com/Enough-Software/enough_platform_widgets/issues/12)!
3+
14
## 0.7.1
25
- Add `onTap` handler for `PlatformDropdownButton` and `CupertinoDropdownButton`.
36

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Platform widgets use their material or cupertino equivalent based on the chosen
2323
* `PlatformFilledButtonIcon` uses an `ElevatedButton.filled` on material and a `CupertinoButton.filled` on cupertino
2424
* `DensePlatformIconButton` replaces the material `IconButton`
2525
* `PlatformInkWell` is a rectangular area of a that responds to touch and is based either on `InkWell` or on `CupertinoInkWell`
26-
* `PlatformListTile` provides a ListTile implementation for both material and cupertino
26+
* `SelectablePlatformListTile` provides a ListTile implementation for both material and cupertino
2727
* `PlatformPageScaffold` provides a `PlatformScaffold` with the additional option to define a bottom bar.
2828
* `PlatformPopupButton` uses an action sheet on cupertino and a popup button on material.
2929
* `PlatformProgressIndicator` uses a `CircularProgressIndicator` on material and a `CupertinoActivityIndicator` on cupertino
@@ -57,7 +57,7 @@ Currently the following cupertino widgets are provided:
5757
Add this as a dependency to your `pubspec.yaml`:
5858
```
5959
dependencies:
60-
enough_platform_widgets: ^0.7.0
60+
enough_platform_widgets: ^0.7.2
6161
```
6262

6363
The latest version or `enough_platform_widgets` is [![enough_platform_widgets version](https://img.shields.io/pub/v/enough_platform_widgets.svg)](https://pub.dartlang.org/packages/enough_platform_widgets).

pubspec.yaml

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

66
environment:

0 commit comments

Comments
 (0)