mushroom_dick_sdk 1.0.1
mushroom_dick_sdk: ^1.0.1 copied to clipboard
A Dart SDK of Moguding APP.
1
likes
65
/ 110
pub points
0
%
popularity
We analyzed this package on Jan 20, 2021, and awarded it 65 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:37:49
╷
37 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: Failed to run dartdoc
- Running
dartdoc
failed with the following output:
error: failed to write file at: mushroom_dick/mushroom_dick-library.html
for symbol mushroom_dick: (file:///tmp/pub-dartlang-dartdocEMYRKH/pkg/lib/mushroom_dick_base.dart:4:9)
conflicting with file already generated by mushroom_dick: (file:///tmp/pub-dartlang-dartdocEMYRKH/pkg/lib/mushroom_dick.dart:4:9)
Dartdoc generates a path and filename to write to for each symbol.
mushroom_dick conflicts with another symbol in the generated path, and
therefore can not be written out. Changing the name, library name, or
class name (if appropriate) of one of the conflicting items can resolve
the conflict. Alternatively, use the @nodoc tag in one symbol's
documentation comments to hide it.
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDick-class.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDick/MushroomDick.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDick/login.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDick/planList.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDickException-class.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDickException/MushroomDickException.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDickException/code.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDickException/message.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDickException/toString.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDickPlan-class.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDickPlan/MushroomDickPlan.html (from index.json)
warning: dartdoc generated a broken link to: mushroom_dick/MushroomDickPlan/signIn.html (from index.json)
found 12 warnings and 1 error
Unhandled exception:
dartdoc encountered 1 errors while processing.
#0 Dartdoc.generateDocs (package:dartdoc/dartdoc.dart:231:9)
<asynchronous suspension>
#1 main (file:///project/pkg/pub_dartdoc/bin/pub_dartdoc.dart:32:33)
<asynchronous suspension>
#2 _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:299:32)
#3 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12)
20/20 points: Supports 2 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
lib/config.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
lib/mushroom_dick_types.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
http | ^0.12.2 | 0.12.2 | 0.12.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.1.3 | 1.1.3 |
collection | - | 1.14.13 | 1.14.13 |
http_parser | - | 3.1.4 | 3.1.4 |
meta | - | 1.2.4 | 1.2.4 |
path | - | 1.7.0 | 1.7.0 |
source_span | - | 1.7.0 | 1.7.0 |
string_scanner | - | 1.0.5 | 1.0.5 |
term_glyph | - | 1.1.0 | 1.1.0 |
typed_data | - | 1.2.0 | 1.2.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.