Skip to content

Commit 93a47a0

Browse files
committed
release v0.5.0
1 parent ea25f98 commit 93a47a0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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`.

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)