Skip to content

Commit 6d14eab

Browse files
committed
feat: release v1.1.2
1 parent a0c9790 commit 6d14eab

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+
## 1.1.2
2+
- Upgrade to flutter_platform_widgets 9
3+
14
## 1.1.1
25
- Upgrade to flutter_platform_widgets 7
36

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
name: enough_platform_widgets
22
description: Useful platform aware widgets to develop a Flutter app with either Cupertino and Material design.
3-
version: 1.1.1
3+
version: 1.1.2
44
homepage: https://github.com/Enough-Software/enough_platform_widgets
55
topics:
66
- cupertino
77
- material
88
- widgets
99

1010
environment:
11-
sdk: ">=2.17.0 <4.0.0"
12-
flutter: ">=3.16.0"
11+
sdk: ">=3.0.0 <4.0.0"
12+
flutter: ">=3.27.0"
1313

1414
dependencies:
1515
cupertino_stepper: ^0.2.1
1616
cupertino_progress_bar: ^0.2.0
1717
flutter:
1818
sdk: flutter
19-
flutter_platform_widgets: ^7.0.0
19+
flutter_platform_widgets: ^9.0.0
2020

2121
dev_dependencies:
2222
flutter_test:

0 commit comments

Comments
 (0)