diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f74d82..064b854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.7.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)! + ## 0.7.1 - Add `onTap` handler for `PlatformDropdownButton` and `CupertinoDropdownButton`. diff --git a/README.md b/README.md index 8698769..99db6af 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Platform widgets use their material or cupertino equivalent based on the chosen * `PlatformFilledButtonIcon` uses an `ElevatedButton.filled` on material and a `CupertinoButton.filled` on cupertino * `DensePlatformIconButton` replaces the material `IconButton` * `PlatformInkWell` is a rectangular area of a that responds to touch and is based either on `InkWell` or on `CupertinoInkWell` -* `PlatformListTile` provides a ListTile implementation for both material and cupertino +* `SelectablePlatformListTile` provides a ListTile implementation for both material and cupertino * `PlatformPageScaffold` provides a `PlatformScaffold` with the additional option to define a bottom bar. * `PlatformPopupButton` uses an action sheet on cupertino and a popup button on material. * `PlatformProgressIndicator` uses a `CircularProgressIndicator` on material and a `CupertinoActivityIndicator` on cupertino @@ -57,7 +57,7 @@ Currently the following cupertino widgets are provided: Add this as a dependency to your `pubspec.yaml`: ``` dependencies: - enough_platform_widgets: ^0.7.0 + enough_platform_widgets: ^0.7.2 ``` 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). diff --git a/pubspec.yaml b/pubspec.yaml index d392c63..ae050d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_platform_widgets description: Useful platform aware widgets to bring a Material app to Cupertino. -version: 0.7.1 +version: 0.7.2 homepage: https://github.com/Enough-Software/enough_platform_widgets environment: