reflected_mustache 1.0.11
reflected_mustache: ^1.0.11 copied to clipboard
Mustache template library
We analyzed this package 3 days ago, and awarded it 60 pub points (of a possible 130):
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. 2 links are insecure.
README.md:6:12
╷
6 │ <p>Live on <a href="http://reflected_mustache.example.mikemitterer.at/">http://reflected_mustache.example.mikemitterer.at/</a><br />
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
0/5 points: Provide a valid CHANGELOG.md
Links in `CHANGELOG.md` should be secure. 3 links are insecure.
CHANGELOG.md:3:5
╷
3 │ <h2><a href="http://github.com/mikemitterer/reflected_mustache/compare/v1.0...HEAD">Unreleased</a></h2>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 21 out of 30 API elements (70.0 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 28 issues. Showing the first 2:
INFO: Provide a deprecation message, via @Deprecated("message").
lib/mustache.dart:19:1
╷
19 │ @deprecated
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/mustache.dart
INFO: Prefer generic function type aliases.
lib/mustache.dart:51:18
╷
51 │ typedef Template PartialResolver(String templateName);
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/mustache.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
logging | >=0.11.3 <1.0.0 | 0.11.4 | 1.0.2 |
reflectable | ^2.0.0 | 2.2.9 | 3.0.8 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared | - | 14.0.0 | 39.0.0 |
analyzer | - | 0.41.1 | 4.0.0 |
args | - | 1.6.0 | 2.3.1 |
async | - | 2.9.0 | 2.9.0 |
build | - | 1.6.2 | 2.3.0 |
build_config | - | 0.4.5 | 1.0.0 |
build_daemon | - | 2.1.10 | 3.1.0 |
build_resolvers | - | 1.5.3 | 2.0.8 |
build_runner_core | - | 6.1.7 | 7.2.3 |
built_collection | - | 5.1.1 | 5.1.1 |
built_value | - | 8.3.0 | 8.3.0 |
charcode | - | 1.3.1 | 1.3.1 |
checked_yaml | - | 1.0.4 | 2.0.1 |
cli_util | - | 0.2.0 | 0.3.5 |
clock | - | 1.1.0 | 1.1.0 |
code_builder | - | 3.7.0 | 4.1.0 |
collection | - | 1.16.0 | 1.16.0 |
convert | - | 2.1.1 | 3.0.1 |
crypto | - | 2.1.5 | 3.0.2 |
dart_style | - | 1.3.12 | 2.2.3 |
file | - | 5.2.1 | 6.1.2 |
fixnum | - | 1.0.1 | 1.0.1 |
glob | - | 1.2.0 | 2.0.2 |
graphs | - | 0.2.0 | 2.1.0 |
http_multi_server | - | 2.2.0 | 3.2.0 |
http_parser | - | 4.0.0 | 4.0.0 |
intl | - | 0.17.0 | 0.17.0 |
io | - | 0.3.5 | 1.0.3 |
js | - | 0.6.4 | 0.6.4 |
json_annotation | - | 4.5.0 | 4.5.0 |
matcher | - | 0.12.11 | 0.12.11 |
meta | - | 1.7.0 | 1.7.0 |
mime | - | 1.0.2 | 1.0.2 |
node_interop | - | 1.2.1 | 2.1.0 |
node_io | - | 1.2.0 | 2.1.0 |
package_config | - | 1.9.3 | 2.0.2 |
path | - | 1.8.1 | 1.8.1 |
pedantic | - | 1.11.1 | 1.11.1 |
pool | - | 1.5.0 | 1.5.0 |
pub_semver | - | 1.4.4 | 2.1.1 |
pubspec_parse | - | 0.1.8 | 1.2.0 |
shelf | - | 1.3.0 | 1.3.0 |
shelf_web_socket | - | 0.2.4+1 | 1.0.1 |
source_span | - | 1.9.0 | 1.9.0 |
stack_trace | - | 1.10.0 | 1.10.0 |
stream_channel | - | 2.1.0 | 2.1.0 |
stream_transform | - | 2.0.0 | 2.0.0 |
string_scanner | - | 1.1.1 | 1.1.1 |
term_glyph | - | 1.2.0 | 1.2.0 |
timing | - | 0.1.1+3 | 1.0.0 |
typed_data | - | 1.3.1 | 1.3.1 |
watcher | - | 0.9.7+15 | 1.0.1 |
web_socket_channel | - | 1.2.0 | 2.2.0 |
yaml | - | 3.1.1 | 3.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `>=0.11.3 <1.0.0` on logging does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions logging
to update the constraint.
The constraint `^2.0.0` on reflectable does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions reflectable
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.0.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.12
, Dart 2.17.0
.