Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Feb 13, 2023
1 parent d681809 commit 4cf4f7f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.0
- Thanks again to [Dmytro Korotchenko](https://github.com/chitkiu) the `PlatformDropdownButton` is now more flexible.
- Re-added `PlatformListTile`, this time based on the Flutter's official `CupertinoListTile` widget.

## 0.6.0
- Thanks again to [Brendan](https://github.com/definitelyme) enough_platform_widgets is now compatible with Flutter 3.7.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +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
* `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 @@ -56,7 +57,7 @@ Currently the following cupertino widgets are provided:
Add this as a dependency to your `pubspec.yaml`:
```
dependencies:
enough_platform_widgets: ^0.5.0
enough_platform_widgets: ^0.7.0
```

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

environment:
Expand Down
12 changes: 0 additions & 12 deletions test/enough_platform_widgets_test.dart

This file was deleted.

0 comments on commit 4cf4f7f

Please sign in to comment.