You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Platform widgets use their material or cupertino equivalent based on the chosen
23
23
*`PlatformFilledButtonIcon` uses an `ElevatedButton.filled` on material and a `CupertinoButton.filled` on cupertino
24
24
*`DensePlatformIconButton` replaces the material `IconButton`
25
25
*`PlatformInkWell` is a rectangular area of a that responds to touch and is based either on `InkWell` or on `CupertinoInkWell`
26
+
*`PlatformListTile` provides a ListTile implementation for both material and cupertino
26
27
*`PlatformPageScaffold` provides a `PlatformScaffold` with the additional option to define a bottom bar.
27
28
*`PlatformPopupButton` uses an action sheet on cupertino and a popup button on material.
28
29
*`PlatformProgressIndicator` uses a `CircularProgressIndicator` on material and a `CupertinoActivityIndicator` on cupertino
@@ -56,7 +57,7 @@ Currently the following cupertino widgets are provided:
56
57
Add this as a dependency to your `pubspec.yaml`:
57
58
```
58
59
dependencies:
59
-
enough_platform_widgets: ^0.5.0
60
+
enough_platform_widgets: ^0.7.0
60
61
```
61
62
62
63
The latest version or `enough_platform_widgets` is [](https://pub.dartlang.org/packages/enough_platform_widgets).
0 commit comments