Skip to content

Releases: Enough-Software/enough_platform_widgets

v0.4.0

18 May 16:26
Compare
Choose a tag to compare
  • 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.

v0.3.0

13 Dec 21:49
Compare
Choose a tag to compare
  • Support Flutter 2.8.x
  • Align with flutter_platform_widgets latest releases

v0.2.2

21 Sep 10:12
Compare
Choose a tag to compare
  • Removes dependency on dart:io to become compatible with flutter web.

v0.2.1

21 Sep 08:55
Compare
Choose a tag to compare
  • Removes dependency on dart:io to become compatible with flutter web.
  • Add CommonPlatformIcons.info
  • Improve PlatformDropdownButton rendering on cupertino

v0.2.0

17 Sep 09:45
Compare
Choose a tag to compare

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

v0.1.0

13 Aug 11:42
Compare
Choose a tag to compare
  • Collection of Cupertino and platform aware widgets & helpers