Skip to content

Commit a3ab305

Browse files
authored
Update README.md
Adding pub link at first, and installation doc just after licensed. To not scroll at the end of the page.
1 parent d84bf3c commit a3ab305

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# enough_platform_widgets
2+
[![enough_platform_widgets version](https://img.shields.io/pub/v/enough_platform_widgets.svg)](https://pub.dartlang.org/packages/enough_platform_widgets)
23

34
More cross platform widgets for Flutter developers.
45

@@ -8,6 +9,13 @@ Based on these great packages:
89

910
Licensed commercially friendly under the [MIT License](LICENSE).
1011

12+
## Installation
13+
Add this as a dependency to your `pubspec.yaml`:
14+
```
15+
dependencies:
16+
enough_platform_widgets: ^1.0.0
17+
```
18+
1119
## Flutter Versions
1220
* Use 1.0 or higher for Flutter 3.16+
1321
* Use 0.7.4 for previous Flutter versions
@@ -57,16 +65,6 @@ Currently the following cupertino widgets are provided:
5765
* `CupertinoSnackApp` is a CupertinoApp that also allows to display snack bar messages
5866
* `CupertinoToolbar` a simple wrapper for a cupertino toolbar widget
5967

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 [![enough_platform_widgets version](https://img.shields.io/pub/v/enough_platform_widgets.svg)](https://pub.dartlang.org/packages/enough_platform_widgets).
68-
69-
7068
## API Documentation
7169
Check out the full API documentation at https://pub.dev/documentation/enough_platform_widgets/latest/
7270

@@ -75,4 +73,4 @@ Check out the full API documentation at https://pub.dev/documentation/enough_pla
7573
<img src="https://contrib.rocks/image?repo=Enough-Software/enough_platform_widgets" />
7674
</a>
7775

78-
Made with [contrib.rocks](https://contrib.rocks).
76+
Made with [contrib.rocks](https://contrib.rocks).

0 commit comments

Comments
 (0)