Skip to content

Releases: Enough-Software/enough_platform_widgets

v1.1.1

22 May 13:38
Compare
Choose a tag to compare
  • Upgrade to flutter_platform_widgets 7

v1.1.0

25 Feb 05:34
Compare
Choose a tag to compare
  • Renamed PlatformSliverAppBar to EnoughPlatformSliverAppBar to avoid naming conflict with flutter_platform_widgets

v1.0.0

20 Nov 10:52
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Update dependencies
  • Add simple example

v0.7.2

22 Mar 19:41
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Add onTap handler for PlatformDropdownButton and CupertinoDropdownButton

v0.7.0

13 Feb 07:54
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Thanks again to Brendan enough_platform_widgets is now compatible with Flutter 3.7.

v0.5.0

02 Sep 09:30
Compare
Choose a tag to compare
  • Thanks to Brendan enough_platform_widgets is now compatible with Flutter 3.3