Skip to content

Commit 0a139b8

Browse files
committed
Merge branch 'main' of https://github.com/definitelyme/enough_platform_widgets into deps-update
2 parents 848b00e + 08340f0 commit 0a139b8

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.5.0
2+
- Thanks to [Brendan](https://github.com/definitelyme) enough_platform_widgets is now compatible with Flutter 3.3 .
3+
14
## 0.4.0
25
- Thanks to [fotiDim](https://github.com/fotiDim) `PlatformInkWell.pressColor` is now available to add tap effects visible on iOS.
36
- `PlatformStepper` now supports specifying the `controlBuilder`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Currently the following cupertino widgets are provided:
5858
Add this as a dependency to your `pubspec.yaml`:
5959
```
6060
dependencies:
61-
enough_platform_widgets: ^0.2.0
61+
enough_platform_widgets: ^0.5.0
6262
```
6363

6464
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: enough_platform_widgets
22
description: Useful platform aware widgets to bring a Material app to Cupertino.
3-
version: 0.4.0
3+
version: 0.5.0
44
homepage: https://github.com/Enough-Software/enough_platform_widgets
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.17.0"
99

1010
dependencies:
11-
flutter:
12-
sdk: flutter
13-
flutter_platform_widgets: ^2.0.0
1411
cupertino_list_tile: ^0.2.1
1512
cupertino_stepper: ^0.2.1
1613
cupertino_progress_bar: ^0.2.0
14+
flutter:
15+
sdk: flutter
16+
flutter_platform_widgets: ^2.0.0
1717

1818
dev_dependencies:
1919
flutter_test:

0 commit comments

Comments
 (0)