bootjack 2.0.1+1
bootjack: ^2.0.1+1 copied to clipboard
Bootjack is a porting of Twitter Bootstrap 3.0.x in Dart.
We analyzed this package 4 hours ago, and awarded it 95 pub points (of a possible 140):
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. 4 links are insecure.
README.md:2:29
╷
2 │ <p>Bootjack is a porting of <a href="http://getbootstrap.com/">Twitter Bootstrap</a> 3.0.x in Dart.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
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
- 88 out of 117 API elements (75.2 %) 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:bootjack/bootjack.dart
that imports:package:bootjack/bootjack_plugin.dart
that imports:package:dquery/dquery.dart
that imports:dart:js_util
Package not compatible with platform iOS
Because:
package:bootjack/bootjack.dart
that imports:package:bootjack/bootjack_plugin.dart
that imports:package:dquery/dquery.dart
that imports:dart:js_util
Package not compatible with platform Windows
Because:
package:bootjack/bootjack.dart
that imports:package:bootjack/bootjack_plugin.dart
that imports:package:dquery/dquery.dart
that imports:dart:js_util
Package not compatible with platform Linux
Because:
package:bootjack/bootjack.dart
that imports:package:bootjack/bootjack_plugin.dart
that imports:package:dquery/dquery.dart
that imports:dart:js_util
Package not compatible with platform macOS
Because:
package:bootjack/bootjack.dart
that imports:package:bootjack/bootjack_plugin.dart
that imports:package:dquery/dquery.dart
that imports:dart:js_util
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 126 issues. Showing the first 2:
INFO: Statements in a for should be enclosed in a block.
lib/bootjack.dart:53:7
╷
53 │ f();
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/bootjack.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/affix.dart:39:7
╷
39 │ return;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/affix.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
dquery |
any |
2.0.2+1 | 2.0.2+1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
clock |
- | 1.1.1 | 1.1.1 |
intl |
- | 0.18.1 | 0.18.1 |
meta |
- | 1.9.1 | 1.9.1 |
path |
- | 1.8.3 | 1.8.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package is Dart 3 compatible!
Analysed with Pana 0.21.32
, Dart 3.0.2
.