enough_platform_widgets 0.7.1  enough_platform_widgets: ^0.7.1 copied to clipboard
enough_platform_widgets: ^0.7.1 copied to clipboard
Useful platform aware widgets to bring a Material app to Cupertino.
0.7.1 #
- Add onTaphandler forPlatformDropdownButtonandCupertinoDropdownButton.
0.7.0 #
- Thanks again to Dmytro Korotchenko the PlatformDropdownButtonis now more flexible.
- Re-added PlatformListTile, this time based on the Flutter's officialCupertinoListTilewidget.
0.4.0 #
- Thanks to fotiDim PlatformInkWell.pressColoris now available to add tap effects visible on iOS.
- PlatformSteppernow 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:ioto become compatible with flutter web.
0.2.1 #
- Removes dependency on dart:ioto become compatible with flutter web.
- Add CommonPlatformIcons.info
- Improve PlatformDropdownButtonrendering on cupertino
0.2.0 #
- 
New widgets: - CupertinoSearchFlowTextFielddisplays a CupertinoSearchTextField with the expected UX flow that switches to a full-screen experience once editing starts
- CupertinoInkWellis a rectangular area of a that responds to touch
- PlatformInkWellis a rectangular area of a that responds to touch and is based either on- InkWellor on- CupertinoInkWell
- PlatformDialogActionTextprovides a platform aware dialog action text
 
- 
Improvements: - PlatformProgressIndicatornow allows to display the progress percentage.
- CupertinoMultipleSegmentedControlnow centers contents automatically and reduces the default font-size to 12.
 
- 
Other - PlatformInfo.isCupertinonow allows you to check for cupertino platform without relying on- dart:io.
- Makes the cupertino_progress_barpackage /CupertinoProgressBarwidget available
 
0.1.0 #
- Collection of Cupertino and platform aware widgets & helpers