bootjack 2.0.1+1 icon indicating copy to clipboard operation
bootjack: ^2.0.1+1 copied to clipboard

Platformweb

Bootjack is a porting of Twitter Bootstrap 3.0.x in Dart.

1
likes
95/ 140
pub points
62%
popularity

We analyzed this package 4 hours ago, and awarded it 95 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
5 / 30icon to trigger folding of the section

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.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

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.
icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

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
icon indicating section status
Pass static analysis
20 / 30icon to trigger folding of the section

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

icon indicating section status
Support up-to-date dependencies
20 / 20icon to trigger folding of the section

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

icon indicating section status
Dart 3 compatibility
20 / 20icon to trigger folding of the section

20/20 points: Package is Dart 3 compatible!

Analysed with Pana 0.21.32, Dart 3.0.2.

1
likes
95
pub points
62%
popularity

Publisher

verified publisher iconquire.io

Bootjack is a porting of Twitter Bootstrap 3.0.x in Dart.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.unknown (LICENSE)

Dependencies

dquery

More

Packages that depend on bootjack