bootjack 3.0.0+1
bootjack: ^3.0.0+1 copied to clipboard
Bootjack is a porting of Twitter Bootstrap 3.0.x in Dart.
We analyzed this package 3 days ago, and awarded it 75 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
88 out of 117 API elements (75.2 %) have documentation comments.
Some symbols that are missing documentation: bootjack, bootjack.Affix, bootjack.Affix.Affix.new, bootjack.Affix.checkPosition, bootjack.Affix.offsetBottom.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 157 issues. Showing the first 2:
ERROR: The argument type 'Element (where Element is defined in /tmp/analyzerDVNPVK/pub-cache/hosted/20260504t124300-dot-dartlang-pub.appspot.com/web-1.1.1/lib/src/dom/dom.dart)' can't be assigned to the parameter type 'Element (where Element is defined in /home/worker/dart/stable/lib/html/dart2js/html_dart2js.dart)'.
lib/src/affix.dart:83:20
╷
83 │ Affix.wire(elem);
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/affix.dart
ERROR: The getter 'classes' isn't defined for the type 'Element'.
lib/src/alert.dart:54:12
╷
54 │ parent.classes.remove('in');
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/alert.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dquery |
any |
4.0.0+1 | 4.0.0+1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
meta |
- | 1.18.2 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
web |
- | 1.1.1 | 1.1.1 |
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: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.12, Dart 3.11.5.
Check the analysis log for details.