Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 3.32 KB

File metadata and controls

76 lines (56 loc) · 3.32 KB

1.1.2

  • Upgrade to flutter_platform_widgets 9

1.1.1

  • Upgrade to flutter_platform_widgets 7

1.1.0

  • Renamed PlatformSliverAppBar to EnoughPlatformSliverAppBar to avoid naming conflict with flutter_platform_widgets

1.0.0

  • 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!

0.7.4

  • 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

0.7.3

  • Update dependencies
  • Add simple example

0.7.2

  • Rename PlatformListTile to  SelectablePlatformListTile to remove naming conflict with flutter_platform_widgets - thanks to DanielSmith1239 and dab246 for reporting this problem!

0.7.1

  • Add onTap handler for PlatformDropdownButton and CupertinoDropdownButton.

0.7.0

  • Thanks again to Dmytro Korotchenko the PlatformDropdownButton is now more flexible.
  • Re-added PlatformListTile, this time based on the Flutter's official CupertinoListTile widget.

0.6.0

  • Thanks again to Brendan enough_platform_widgets is now compatible with Flutter 3.7.

0.5.0

  • Thanks to Brendan enough_platform_widgets is now compatible with Flutter 3.3.

0.4.0

  • Thanks to fotiDim PlatformInkWell.pressColor is now available to add tap effects visible on iOS.
  • PlatformStepper now supports specifying the controlBuilder.
  • Add some additional CommonPlatformIcons.
  • Tested with Flutter 3.0.0.
  • Align with flutter_platform_widgets latest releases.

0.3.0

  • Support Flutter 2.8.x.
  • Align with flutter_platform_widgets latest releases.

0.2.2

  • Removes dependency on dart:io to become compatible with flutter web.

0.2.1

  • Removes dependency on dart:io to become compatible with flutter web.
  • Add CommonPlatformIcons.info
  • Improve PlatformDropdownButton rendering on cupertino

0.2.0

  • New widgets:

    • CupertinoSearchFlowTextField displays a CupertinoSearchTextField with the expected UX flow that switches to a full-screen experience once editing starts
    • CupertinoInkWell is a rectangular area of a that responds to touch
    • PlatformInkWell is a rectangular area of a that responds to touch and is based either on InkWell or on CupertinoInkWell
    • PlatformDialogActionText provides a platform aware dialog action text
  • Improvements:

    • PlatformProgressIndicator now allows to display the progress percentage.
    • CupertinoMultipleSegmentedControl now centers contents automatically and reduces the default font-size to 12.
  • Other

    • PlatformInfo.isCupertino now allows you to check for cupertino platform without relying on dart:io.
    • Makes the cupertino_progress_bar package / CupertinoProgressBar widget available

0.1.0

  • Collection of Cupertino and platform aware widgets & helpers