Skip to content

Commit b357a28

Browse files
committed
chore: release v1.0.0
1 parent cca0690 commit b357a28

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 0.8.0
2-
- Fix an error on `enabled` Textfield in the `DecoratedPlatformTextfield`
3-
- Update `flutter_platform_widgets` to `6.0.2`
1+
## 1.0.0
2+
- Fixes compatibility with Flutter 3.16 by having a default value for the `enabled` property of Textfield in the `DecoratedPlatformTextfield`
3+
- Update `flutter_platform_widgets` to `6.0.2`, this requires the usage of Flutter 3.16+
4+
- Many thanks to [Kiruel](https://github.com/Kiruel) for the above changes!
45

56
## 0.7.4
67
- Improved `DialogHandler` API - you can now specify the return type, e.g. `final result = await DialogHandler.showWidgetDialog<bool>(...)`

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Based on these great packages:
88

99
Licensed commercially friendly under the [MIT License](LICENSE).
1010

11+
## Flutter Versions
12+
* Use 1.0 or higher for Flutter 3.16+
13+
* Use 0.7.4 for previous Flutter versions
14+
1115

1216
## Platform Widgets and Methods
1317
Platform widgets use their material or cupertino equivalent based on the chosen platform.

pubspec.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: enough_platform_widgets
2-
description: Useful platform aware widgets to bring a Material app to Cupertino.
3-
version: 0.8.0
2+
description: Useful platform aware widgets to develop a Flutter app with either Cupertino and Material design.
3+
version: 1.0.0
44
homepage: https://github.com/Enough-Software/enough_platform_widgets
5+
topics:
6+
- cupertino
7+
- material
8+
- widgets
59

610
environment:
711
sdk: ">=2.17.0 <4.0.0"
@@ -12,7 +16,7 @@ dependencies:
1216
cupertino_progress_bar: ^0.2.0
1317
flutter:
1418
sdk: flutter
15-
flutter_platform_widgets: ^6.0.2
19+
flutter_platform_widgets: ^6.0.0
1620

1721
dev_dependencies:
1822
flutter_test:

0 commit comments

Comments
 (0)