Skip to content

Commit 6cb90da

Browse files
committed
release v0.4.0
1 parent 778441c commit 6cb90da

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
## 0.4.0
2+
- Thanks to [fotiDim](https://github.com/fotiDim) `PlatformInkWell.pressColor` is now available to add tap effects visible on iOS.
3+
- `PlatformStepper` now supports specifying the `controlBuilder`.
4+
- Add some additional `CommonPlatformIcons`.
5+
- Tested with Flutter 3.0.0.
6+
- Align with flutter_platform_widgets latest releases.
7+
18
## 0.3.0
2-
- Support Flutter 2.8.x
3-
- Align with flutter_platform_widgets latest releases
9+
- Support Flutter 2.8.x.
10+
- Align with flutter_platform_widgets latest releases.
411

512
## 0.2.2
613
- Removes dependency on `dart:io` to become compatible with flutter web.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.3.0
3+
version: 0.4.0
44
homepage: https://github.com/Enough-Software/enough_platform_widgets
55

66
environment:
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_platform_widgets: ^1.12.1
13+
flutter_platform_widgets: ^1.20.0
1414
cupertino_list_tile: ^0.2.1
1515
cupertino_stepper: ^0.2.1
1616
cupertino_progress_bar: ^0.2.0

0 commit comments

Comments
 (0)