- Thanks again to Brendan enough_platform_widgets is now compatible with Flutter 3.7.
- Thanks to Brendan enough_platform_widgets is now compatible with Flutter 3.3.
- Thanks to fotiDim
PlatformInkWell.pressColor
is now available to add tap effects visible on iOS. PlatformStepper
now supports specifying thecontrolBuilder
.- Add some additional
CommonPlatformIcons
. - Tested with Flutter 3.0.0.
- Align with flutter_platform_widgets latest releases.
- Support Flutter 2.8.x.
- Align with flutter_platform_widgets latest releases.
- Removes dependency on
dart:io
to become compatible with flutter web.
- Removes dependency on
dart:io
to become compatible with flutter web. - Add
CommonPlatformIcons.info
- Improve
PlatformDropdownButton
rendering on cupertino
-
New widgets:
CupertinoSearchFlowTextField
displays a CupertinoSearchTextField with the expected UX flow that switches to a full-screen experience once editing startsCupertinoInkWell
is a rectangular area of a that responds to touchPlatformInkWell
is a rectangular area of a that responds to touch and is based either onInkWell
or onCupertinoInkWell
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 ondart:io
.- Makes the
cupertino_progress_bar
package /CupertinoProgressBar
widget available
- Collection of Cupertino and platform aware widgets & helpers