Skip to content

Commit 4cf4f7f

Browse files
committed
release v0.7.0
1 parent d681809 commit 4cf4f7f

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.0
2+
- Thanks again to [Dmytro Korotchenko](https://github.com/chitkiu) the `PlatformDropdownButton` is now more flexible.
3+
- Re-added `PlatformListTile`, this time based on the Flutter's official `CupertinoListTile` widget.
4+
15
## 0.6.0
26
- Thanks again to [Brendan](https://github.com/definitelyme) enough_platform_widgets is now compatible with Flutter 3.7.
37

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +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
2627
* `PlatformPageScaffold` provides a `PlatformScaffold` with the additional option to define a bottom bar.
2728
* `PlatformPopupButton` uses an action sheet on cupertino and a popup button on material.
2829
* `PlatformProgressIndicator` uses a `CircularProgressIndicator` on material and a `CupertinoActivityIndicator` on cupertino
@@ -56,7 +57,7 @@ Currently the following cupertino widgets are provided:
5657
Add this as a dependency to your `pubspec.yaml`:
5758
```
5859
dependencies:
59-
enough_platform_widgets: ^0.5.0
60+
enough_platform_widgets: ^0.7.0
6061
```
6162

6263
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.6.0
3+
version: 0.7.0
44
homepage: https://github.com/Enough-Software/enough_platform_widgets
55

66
environment:

test/enough_platform_widgets_test.dart

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)