Skip to content

Commit

Permalink
Merge pull request #20 from Kiruel/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
robert-virkus committed Nov 23, 2023
2 parents d84bf3c + a3ab305 commit 2eb6f9f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# enough_platform_widgets
[![enough_platform_widgets version](https://img.shields.io/pub/v/enough_platform_widgets.svg)](https://pub.dartlang.org/packages/enough_platform_widgets)

More cross platform widgets for Flutter developers.

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

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

## Installation
Add this as a dependency to your `pubspec.yaml`:
```
dependencies:
enough_platform_widgets: ^1.0.0
```

## Flutter Versions
* Use 1.0 or higher for Flutter 3.16+
* Use 0.7.4 for previous Flutter versions
Expand Down Expand Up @@ -57,16 +65,6 @@ Currently the following cupertino widgets are provided:
* `CupertinoSnackApp` is a CupertinoApp that also allows to display snack bar messages
* `CupertinoToolbar` a simple wrapper for a cupertino toolbar widget

## Installation
Add this as a dependency to your `pubspec.yaml`:
```
dependencies:
enough_platform_widgets: ^1.0.0
```

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).


## API Documentation
Check out the full API documentation at https://pub.dev/documentation/enough_platform_widgets/latest/

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

Made with [contrib.rocks](https://contrib.rocks).
Made with [contrib.rocks](https://contrib.rocks).

0 comments on commit 2eb6f9f

Please sign in to comment.