m4d_components 0.1.31
m4d_components: ^0.1.31 copied to clipboard
Material Design 4 Dart - Basic components
We analyzed this package 2 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. 26 links are insecure.
README.md:10:5
╷
10 │ <li><a href="http://m4d_accordion.example.mikemitterer.at">m4d_accordion.example.mikemitterer.at</a></li>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
0/5 points: Provide a valid CHANGELOG.md
Links in `CHANGELOG.md` should be secure. 2 links are insecure.
CHANGELOG.md:3:5
╷
3 │ <h2><a href="http://github.com/mikemitterer/m4d_components/compare/v0.1...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
- 146 out of 302 API elements (48.3 %) have documentation comments.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Web
These platforms are not supported:
Package not compatible with platform Android
Because:
package:m4d_components/m4d_components.dart
that imports:package:m4d_core/m4d_core.dart
that imports:dart:js
Package not compatible with platform iOS
Because:
package:m4d_components/m4d_components.dart
that imports:package:m4d_core/m4d_core.dart
that imports:dart:js
Package not compatible with platform Windows
Because:
package:m4d_components/m4d_components.dart
that imports:package:m4d_core/m4d_core.dart
that imports:dart:js
Package not compatible with platform Linux
Because:
package:m4d_components/m4d_components.dart
that imports:package:m4d_core/m4d_core.dart
that imports:dart:js
Package not compatible with platform macOS
Because:
package:m4d_components/m4d_components.dart
that imports:package:m4d_core/m4d_core.dart
that imports:dart:js
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 318 issues. Showing the first 2:
INFO: Name source files using `lowercase_with_underscores`.
To reproduce make sure you are using the lints_core and run dart analyze lib/components/MaterialAccordion.dart
INFO: 'List.List' is deprecated and shouldn't be used. Use a list literal, [], or the List.filled constructor instead.
lib/components/MaterialAccordion.dart:161:44
╷
161 │ final List<String> fragments = new List<String>();
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/components/MaterialAccordion.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
console_log_handler | ^1.0.0 | 1.1.6 | 1.1.6 |
intl | ^0.15.0 | 0.15.8 | 0.17.0 |
logging | >=0.11.3 <1.0.0 | 0.11.4 | 1.0.2 |
m4d_core | >=0.2.0 <1.0.0 | 0.2.21 | 0.2.21 |
path | ^1.4.0 | 1.8.2 | 1.8.2 |
platform_detect | ^1.3.0 | 1.4.2 | 2.0.7 |
validate | ^1.0.0 | 1.7.0 | 1.7.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
analyzer | - | 0.33.3+2 | 4.6.0 |
ansicolor | - | 1.1.1 | 2.0.1 |
args | - | 1.6.0 | 2.3.1 |
async | - | 2.9.0 | 2.9.0 |
build_cli_annotations | - | 1.2.0 | 2.1.0 |
charcode | - | 1.3.1 | 1.3.1 |
collection | - | 1.16.0 | 1.16.0 |
convert | - | 2.1.1 | 3.0.2 |
crypto | - | 2.1.5 | 3.0.2 |
csslib | - | 0.17.2 | 0.17.2 |
dart_style | - | 1.2.0 | 2.2.3 |
file | - | 5.2.1 | 6.1.2 |
front_end | - | 0.1.6+5 | 0.1.29 |
glob | - | 1.2.0 | 2.1.0 |
html | - | 0.15.0 | 0.15.0 |
intl_translation | - | 0.17.4 | 0.17.10+1 |
js | - | 0.6.4 | 0.6.4 |
kernel | - | 0.3.6+5 | 0.3.29 |
l10n | - | 2.0.19 | 2.0.19 |
meta | - | 1.6.0 | 1.8.0 |
node_interop | - | 1.2.1 | 2.1.0 |
node_io | - | 1.2.0 | 2.1.0 |
optional | - | 3.1.0 | 6.1.0+1 |
package_config | - | 1.9.3 | 2.1.0 |
pedantic | - | 1.11.1 | 1.11.1 |
petitparser | - | 2.4.0 | 5.0.0 |
plugin | - | 0.2.0+3 | 0.2.0+3 |
pub_semver | - | 2.1.1 | 2.1.1 |
source_span | - | 1.9.1 | 1.9.1 |
string_scanner | - | 1.1.1 | 1.1.1 |
term_glyph | - | 1.2.1 | 1.2.1 |
typed_data | - | 1.3.1 | 1.3.1 |
watcher | - | 0.9.7+15 | 1.0.1 |
where | - | 4.4.0 | 8.0.0 |
yaml | - | 2.2.1 | 3.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^0.15.0` on intl does not support the stable version `0.16.0`.
Try running dart pub upgrade --major-versions intl
to update the constraint.
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.
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.15
, Dart 2.17.6
.