Releases: Enough-Software/enough_platform_widgets
Releases · Enough-Software/enough_platform_widgets
Release list
v1.1.2
v1.1.1
- Upgrade to flutter_platform_widgets 7
v1.1.0
- Renamed
PlatformSliverAppBartoEnoughPlatformSliverAppBarto avoid naming conflict with flutter_platform_widgets
v1.0.0
- Fixes compatibility with Flutter 3.16 by having a default value for the
enabledproperty of Textfield in theDecoratedPlatformTextfield - Update
flutter_platform_widgetsto6.0.2, this requires the usage of Flutter 3.16+ - Many thanks to Kiruel for the above changes!
v0.7.4
- Improved
DialogHandlerAPI - you can now specify the return type, e.g.final result = await DialogHandler.showWidgetDialog<bool>(...) - Add
PlatformSnackApp.routerandCupertinoSnackApp.routerto allow for using theRouterAPI
v0.7.3
- Update dependencies
- Add simple example
v0.7.2
- Rename
PlatformListTiletoSelectablePlatformListTileto remove naming conflict with flutter_platform_widgets - thanks to DanielSmith1239 and dab246 for reporting this problem!
v0.7.1
- Add
onTaphandler forPlatformDropdownButtonandCupertinoDropdownButton
v0.7.0
- Thanks again to Dmytro Korotchenko the
PlatformDropdownButtonis now more flexible. - Re-added
PlatformListTile, this time based on the Flutter's officialCupertinoListTilewidget.
v0.6.0
- Thanks again to Brendan enough_platform_widgets is now compatible with Flutter 3.7.