Add this to your package's pubspec.yaml file:
dependencies:
scarabei_desktop_api: "^0.0.4"
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter packages get
Alternatively, your editor might support pub get
or packages get
.
Check the docs for your editor to learn more.
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.0.4 | Jul 13, 2017 |
|
|
0.0.2 | Jul 8, 2017 |
|
|
0.0.1 | Jul 8, 2017 |
|
|
We analyzed this package on Apr 9, 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]
|
0 | / 100 |
Health:
Code health derived from static analysis.
[more]
|
100 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
76 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
45 |
Detected platforms: Flutter, web, other
No libraries.
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.
The description is too short.
Add more detail about the package, what it does and what is its target use case. Try to write at least 60 characters.
Package is pre-v1 release.
While there is nothing inherently wrong with versions of
0.*.*
, it usually means that the author is still experimenting with the general direction API.
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 usescarabei_desktop_api.dart
.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.20.1 <2.0.0 | ||
scarabei_api | ^0.0.4 | 0.0.4 | |
Dev dependencies | |||
test | ^0.12.0 |