Releases: Enough-Software/enough_platform_widgets
Releases · Enough-Software/enough_platform_widgets
v1.1.1
v1.1.0
- Renamed
PlatformSliverAppBar
toEnoughPlatformSliverAppBar
to avoid naming conflict with flutter_platform_widgets
v1.0.0
v0.7.4
- Improved
DialogHandler
API - you can now specify the return type, e.g.final result = await DialogHandler.showWidgetDialog<bool>(...)
- Add
PlatformSnackApp.router
andCupertinoSnackApp.router
to allow for using theRouter
API
v0.7.3
- Update dependencies
- Add simple example
v0.7.2
- Rename
PlatformListTile
toSelectablePlatformListTile
to remove naming conflict with flutter_platform_widgets - thanks to DanielSmith1239 and dab246 for reporting this problem!
v0.7.1
- Add
onTap
handler forPlatformDropdownButton
andCupertinoDropdownButton
v0.7.0
- Thanks again to Dmytro Korotchenko the
PlatformDropdownButton
is now more flexible. - Re-added
PlatformListTile
, this time based on the Flutter's officialCupertinoListTile
widget.