File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 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>(...) `
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Based on these great packages:
88
99Licensed 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
1317Platform widgets use their material or cupertino equivalent based on the chosen platform.
Original file line number Diff line number Diff line change 11name : 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
44homepage : https://github.com/Enough-Software/enough_platform_widgets
5+ topics :
6+ - cupertino
7+ - material
8+ - widgets
59
610environment :
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
1721dev_dependencies :
1822 flutter_test :
You can’t perform that action at this time.
0 commit comments