Add this to your package's pubspec.yaml file:
dependencies:
lr_storage: "^1.1.26"
You can install packages from the command line:
with pub:
$ pub get
Alternatively, your editor might support pub get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:lr_storage/lr_storage.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
1.1.26 | Nov 30, 2017 |
|
|
1.1.25 | Nov 30, 2017 |
|
|
1.1.24 | Nov 19, 2017 |
|
|
1.1.23 | Nov 13, 2017 |
|
|
1.1.22 | Nov 12, 2017 |
|
|
1.1.21 | Nov 4, 2017 |
|
|
1.1.2 | Nov 2, 2017 |
|
|
1.1.1 | Nov 2, 2017 |
|
|
1.1.0 | Sep 30, 2017 |
|
|
We analyzed this package on Apr 23, 2018, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
22 | / 100 |
Health:
Code health derived from static analysis.
[more]
|
94 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
76 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
54 |
Detected platforms: web
Primary library:
package:lr_storage/lr_storage.dart
with components:html
.
Maintain CHANGELOG.md
.
Changelog entries help clients to follow the progress in your code.
Maintain README.md
.
Readme should inform others about your project, what it does, and how they can use it.
Maintain an example.
Create a short demo in the
example/
directory to show how to use this package. Common file name patterns include:main.dart
,example.dart
or you could also uselr_storage.dart
.
Fix analysis and formatting issues.
Analysis or formatting checks reported 5 hints.
Strong-mode analysis of
lib/src/json_object.dart
gave the following hint:line: 6 col: 43
'JSON' is deprecated and shouldn't be used.Run
dartfmt
to formatlib/src/json_package.dart
.Similar analysis of the following files failed:
lib/src/lr_storage.dart
(hint)
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.0.0 <2.0.0 |