#pub_cache_clean
清除Pub cache中旧版本的包 未使用第三方的包,未提供参数设置 可以直接运行
dart bin/clean.dart
See the LICENSE file.
Add this to your package's pubspec.yaml file:
dependencies:
pub_cache_clean: "^0.1.0"
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.
Now in your Dart code, you can use:
import 'package:pub_cache_clean/dummy.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.1.0 | May 15, 2016 |
|
|
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]
|
0 | / 100 |
Health:
Code health derived from static analysis.
[more]
|
67 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
6 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
21 |
Detected platforms: Flutter, web, other
No platform restriction found in libraries.
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 usepub_cache_clean.dart
.
Fix analysis and formatting issues.
Analysis or formatting checks reported 1 hint.
Run
dartfmt
to formatlib/dummy.dart
.