Skip to content

Commit cc95ff6

Browse files
authored
built: update lint version to 1.6.0
* test: JsonCacheWrap, JsonCacheMem and JsonCacheFake. Closes #22 * build: update linter
1 parent a3e8247 commit cc95ff6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ like [sharable_preferences](https://pub.dev/packages/shared_preferences) and
3434
[local storage](https://pub.dev/packages/localstorage) that unifies them as an
3535
elegant caching API.
3636

37+
3738
**Why Json?**
3839

3940
- Because most of the local storage packages available for Flutter applications

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ packages:
6666
name: lint
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "1.5.3"
69+
version: "1.7.2"
7070
matcher:
7171
dependency: transitive
7272
description:
@@ -157,5 +157,5 @@ packages:
157157
source: hosted
158158
version: "2.1.0"
159159
sdks:
160-
dart: ">=2.12.0 <3.0.0"
160+
dart: ">=2.14.0-360.0.dev <3.0.0"
161161
flutter: ">=1.17.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies:
1616
dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
19-
lint: ^1.5.3
19+
lint: ^1.6.0

0 commit comments

Comments
 (0)