Skip to content

Commit ef140c6

Browse files
committed
release v0.3.0
1 parent 8287d64 commit ef140c6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0
2+
- Support Flutter 2.8.x
3+
- Align with flutter_platform_widgets latest releases
4+
15
## 0.2.2
26
- Removes dependency on `dart:io` to become compatible with flutter web.
37

pubspec.yaml

Lines changed: 4 additions & 4 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.2.2
3+
version: 0.3.0
44
homepage: https://github.com/Enough-Software/enough_platform_widgets
55

66
environment:
@@ -10,9 +10,9 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_platform_widgets: ^1.9.5
14-
cupertino_list_tile: ^0.2.0
15-
cupertino_stepper: ^0.2.0
13+
flutter_platform_widgets: ^1.11.1
14+
cupertino_list_tile: ^0.2.1
15+
cupertino_stepper: ^0.2.1
1616
cupertino_progress_bar: ^0.2.0
1717

1818
dev_dependencies:

0 commit comments

Comments
 (0)