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
More cross platform widgets for Flutter developers.
4
5
@@ -8,6 +9,13 @@ Based on these great packages:
8
9
9
10
Licensed commercially friendly under the [MIT License](LICENSE).
10
11
12
+
## Installation
13
+
Add this as a dependency to your `pubspec.yaml`:
14
+
```
15
+
dependencies:
16
+
enough_platform_widgets: ^1.0.0
17
+
```
18
+
11
19
## Flutter Versions
12
20
* Use 1.0 or higher for Flutter 3.16+
13
21
* Use 0.7.4 for previous Flutter versions
@@ -57,16 +65,6 @@ Currently the following cupertino widgets are provided:
57
65
*`CupertinoSnackApp` is a CupertinoApp that also allows to display snack bar messages
58
66
*`CupertinoToolbar` a simple wrapper for a cupertino toolbar widget
59
67
60
-
## Installation
61
-
Add this as a dependency to your `pubspec.yaml`:
62
-
```
63
-
dependencies:
64
-
enough_platform_widgets: ^1.0.0
65
-
```
66
-
67
-
The latest version or `enough_platform_widgets` is [](https://pub.dartlang.org/packages/enough_platform_widgets).
68
-
69
-
70
68
## API Documentation
71
69
Check out the full API documentation at https://pub.dev/documentation/enough_platform_widgets/latest/
72
70
@@ -75,4 +73,4 @@ Check out the full API documentation at https://pub.dev/documentation/enough_pla
0 commit comments