We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d64002 commit f5699e3Copy full SHA for f5699e3
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- sdk: [2.18.0, stable]
+ sdk: [stable]
18
19
steps:
20
- uses: actions/checkout@v1
pubspec.yaml
@@ -1,11 +1,11 @@
1
name: "fuzzywuzzy"
2
-version: "1.1.2"
+version: "1.1.3"
3
homepage: "https://github.com/sphericalkat/dart-fuzzywuzzy"
4
description: An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
5
repository: "https://github.com/sphericalkat/dart-fuzzywuzzy"
6
7
environment:
8
- sdk: ">=2.16.2 <3.0.0"
+ sdk: ">=3.0.0"
9
10
dependencies:
11
collection: ^1.16.0
0 commit comments