bootjack_datepicker 2.0.3
bootjack_datepicker: ^2.0.3 copied to clipboard
Bootjack datepicker component is a datepicker component of Bootjack.
We analyzed this package 26 hours ago, and awarded it 115 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 3 links are insecure.
README.md:2:63
╷
2 │ <p>Bootjack datepicker component is a datepicker component of <a href="http://github.com/rikulo/bootjack">Bootjack</a>.</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
.
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
- 22 out of 58 API elements (37.9 %) have documentation comments.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
SDK issues found:
Package is not compatible with the Dart SDK.
Package is not compatible with the Dart SDK. Because:
package:bootjack_datepicker/bootjack_datepicker.dart
that imports:package:bootjack/bootjack.dart
that imports:dart:html_common
These platforms are not supported:
Package not compatible with platform Android
Because:
package:bootjack_datepicker/bootjack_datepicker.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_datepicker/bootjack_datepicker.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_datepicker/bootjack_datepicker.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_datepicker/bootjack_datepicker.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_datepicker/bootjack_datepicker.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 49 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/calendar.dart:144:11
╷
144 │ _value = _currentValue = _setDateValue(_dfmt.parse(date));
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/calendar.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/calendar.dart:218:9
╷
218 │ _date = _dfmt.format(_value!);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/calendar.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
bootjack | any | 2.0.1+1 | 2.0.1+1 |
dquery | any | 2.0.2 | 2.0.2 |
intl | any | 0.18.0 | 0.18.0 |
rikulo_commons | any | 5.2.1 | 5.2.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.3.1 | 1.3.1 |
clock | - | 1.1.1 | 1.1.1 |
logging | - | 1.1.1 | 1.1.1 |
meta | - | 1.9.0 | 1.9.0 |
mime | - | 1.0.4 | 1.0.4 |
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 and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.25
, Dart 2.19.1
.