Skip to content

Commit

Permalink
feat: release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Mar 22, 2023
1 parent 6c82725 commit 0f0d6e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
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: 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:
Expand Down

0 comments on commit 0f0d6e6

Please sign in to comment.