Skip to content

v0.2.0

Compare
Choose a tag to compare
@robert-virkus robert-virkus released this 17 Sep 09:45
· 65 commits to main since this release

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