Releases: Enough-Software/enough_platform_widgets
Releases · Enough-Software/enough_platform_widgets
v1.1.2
25 Aug 06:21
Compare
Sorry, something went wrong.
No results found
Upgrade to flutter_platform_widgets 9
v1.1.1
22 May 13:38
Compare
Sorry, something went wrong.
No results found
Upgrade to flutter_platform_widgets 7
v1.1.0
25 Feb 05:34
Compare
Sorry, something went wrong.
No results found
Renamed PlatformSliverAppBar to EnoughPlatformSliverAppBar to avoid naming conflict with flutter_platform_widgets
v1.0.0
20 Nov 10:52
Compare
Sorry, something went wrong.
No results found
Fixes compatibility with Flutter 3.16 by having a default value for the enabled property of Textfield in the DecoratedPlatformTextfield
Update flutter_platform_widgets to 6.0.2, this requires the usage of Flutter 3.16+
Many thanks to Kiruel for the above changes!
v0.7.4
17 Oct 06:26
Compare
Sorry, something went wrong.
No results found
Improved DialogHandler API - you can now specify the return type, e.g. final result = await DialogHandler.showWidgetDialog<bool>(...)
Add PlatformSnackApp.router and CupertinoSnackApp.router to allow for using the Router API
v0.7.3
04 Sep 13:26
Compare
Sorry, something went wrong.
No results found
Update dependencies
Add simple example
v0.7.2
22 Mar 19:41
Compare
Sorry, something went wrong.
No results found
Rename PlatformListTile to SelectablePlatformListTile to remove naming conflict with flutter_platform_widgets - thanks to DanielSmith1239 and dab246 for reporting this problem !
v0.7.1
13 Feb 09:47
Compare
Sorry, something went wrong.
No results found
Add onTap handler for PlatformDropdownButton and CupertinoDropdownButton
v0.7.0
13 Feb 07:54
Compare
Sorry, something went wrong.
No results found
Thanks again to Dmytro Korotchenko the PlatformDropdownButton is now more flexible.
Re-added PlatformListTile, this time based on the Flutter's official CupertinoListTile widget.
v0.6.0
06 Feb 12:22
Compare
Sorry, something went wrong.
No results found
Thanks again to Brendan enough_platform_widgets is now compatible with Flutter 3.7.