Skip to content

Commit 6a0bee7

Browse files
authored
docs: update README.md
2 parents 4af0794 + f5c3e28 commit 6a0bee7

3 files changed

Lines changed: 115 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add the dependency in your `pubspec.yaml` file:
2727

2828
```yaml
2929
dependencies:
30-
local_storage_cache: ^2.0.0
30+
local_storage_cache: ^2.0.1 # Check pub.dev for the latest version
3131
```
3232
3333
Then run:
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
migrate_working_dir/
12+
13+
# IntelliJ related
14+
*.iml
15+
*.ipr
16+
*.iws
17+
.idea/
18+
19+
# The .vscode folder contains launch configuration and tasks you configure in
20+
# VS Code which you may wish to be included in version control, so this line
21+
# is commented out by default.
22+
#.vscode/
23+
24+
# Flutter/Dart/Pub related
25+
**/doc/api/
26+
**/ios/Flutter/.last_build_id
27+
.dart_tool/
28+
.flutter-plugins
29+
.flutter-plugins-dependencies
30+
.packages
31+
.pub-cache/
32+
.pub/
33+
/build/
34+
pubspec.lock
35+
36+
# Code coverage
37+
coverage/
38+
*.lcov
39+
40+
# Symbolication related
41+
app.*.symbols
42+
43+
# Obfuscation related
44+
app.*.map.json
45+
46+
# Android Studio will place build artifacts here
47+
/android/app/debug
48+
/android/app/profile
49+
/android/app/release

packages/local_storage_cache/example/pubspec.lock

Lines changed: 65 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ packages:
8383
description: flutter
8484
source: sdk
8585
version: "0.0.0"
86+
flutter_web_plugins:
87+
dependency: transitive
88+
description: flutter
89+
source: sdk
90+
version: "0.0.0"
8691
intl:
8792
dependency: "direct main"
8893
description:
@@ -130,12 +135,61 @@ packages:
130135
relative: true
131136
source: path
132137
version: "2.0.0"
138+
local_storage_cache_android:
139+
dependency: transitive
140+
description:
141+
name: local_storage_cache_android
142+
sha256: d3f047a0d4ebf1922a4851b3bebf6f2b273fc23927100a479e9e3203e85333ca
143+
url: "https://pub.dev"
144+
source: hosted
145+
version: "2.0.0"
146+
local_storage_cache_ios:
147+
dependency: transitive
148+
description:
149+
name: local_storage_cache_ios
150+
sha256: "206ce02945dbef7f0a3786721cab1cd4e688b98ff32555024ccf942994537a3d"
151+
url: "https://pub.dev"
152+
source: hosted
153+
version: "2.0.0"
154+
local_storage_cache_linux:
155+
dependency: transitive
156+
description:
157+
name: local_storage_cache_linux
158+
sha256: "3a8b5db07571239512461bc376bd2cdbbfeee35d966c8aa88da67a5a0f6908c9"
159+
url: "https://pub.dev"
160+
source: hosted
161+
version: "2.0.0"
162+
local_storage_cache_macos:
163+
dependency: transitive
164+
description:
165+
name: local_storage_cache_macos
166+
sha256: e27e1bc10dc386f5823f0841fb09385744d11c92c76c490a7b174f357a723eb7
167+
url: "https://pub.dev"
168+
source: hosted
169+
version: "2.0.0"
133170
local_storage_cache_platform_interface:
134171
dependency: transitive
135172
description:
136-
path: "../../local_storage_cache_platform_interface"
137-
relative: true
138-
source: path
173+
name: local_storage_cache_platform_interface
174+
sha256: "5744f5b803cc4e8b615dd5e674385b6ef8d9fe46962eb03dacf09f00704864d5"
175+
url: "https://pub.dev"
176+
source: hosted
177+
version: "2.0.0"
178+
local_storage_cache_web:
179+
dependency: transitive
180+
description:
181+
name: local_storage_cache_web
182+
sha256: "79092e4bc70f369b953499e0f1013d208101569e4f79bff5446c954ec1367127"
183+
url: "https://pub.dev"
184+
source: hosted
185+
version: "2.0.0"
186+
local_storage_cache_windows:
187+
dependency: transitive
188+
description:
189+
name: local_storage_cache_windows
190+
sha256: "16fa0ddb39510748e95fad56b9288a20ce6c1e10ba34fb91f214fcacd3ddcf8c"
191+
url: "https://pub.dev"
192+
source: hosted
139193
version: "2.0.0"
140194
matcher:
141195
dependency: transitive
@@ -310,6 +364,14 @@ packages:
310364
url: "https://pub.dev"
311365
source: hosted
312366
version: "15.0.0"
367+
web:
368+
dependency: transitive
369+
description:
370+
name: web
371+
sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a"
372+
url: "https://pub.dev"
373+
source: hosted
374+
version: "1.1.1"
313375
xdg_directories:
314376
dependency: transitive
315377
description:

0 commit comments

Comments
 (0)