Skip to content

Commit

Permalink
Merge pull request #28 from dwyl/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
asntc authored Aug 19, 2023
2 parents f7da4a3 + 73328a7 commit a9e5217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![Dart Build Status](https://img.shields.io/github/actions/workflow/status/dwyl/sort/dart.yml?label=Dart&style=flat-square)
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/sort/main.svg?style=flat-square)](http://codecov.io/github/dwyl/sort?branch=main)
[![Hex.pm](https://img.shields.io/hexpm/v/sort?color=brightgreen&style=flat-square)](https://hex.pm/packages/sort)
[![pub package](https://img.shields.io/pub/v/sort.svg?color=brightgreen&style=flat-square)](https://pub.dev/packages/sort)
[![pub package](https://img.shields.io/pub/v/srt.svg?color=brightgreen&style=flat-square)](https://pub.dev/packages/srt)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/sort#contributing)
[![HitCount](http://hits.dwyl.com/dwyl/sort.svg)](http://hits.dwyl.com/dwyl/sort)

Expand Down Expand Up @@ -70,7 +70,7 @@ Documentation available at:



## Dart - Comming Soon!
## Dart

### Installation

Expand All @@ -94,7 +94,7 @@ dependencies:
### Usage

```dart
final sortArray = Srt.list()
final sortArray = Sort.get()
# use them how you see fit
```

Expand Down
5 changes: 1 addition & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ version: 1.0.0
repository: https://github.com/dwyl/sort

environment:
sdk: '>=2.19.2 <3.0.0'

# dependencies:
# path: ^1.8.0
sdk: '>=2.19.2 <4.0.0'

dev_dependencies:
lints: ^2.0.0
Expand Down

0 comments on commit a9e5217

Please sign in to comment.