bones_ui 1.2.0
bones_ui: ^1.2.0 copied to clipboard
Bones_UI - Simple and easy Web User Interface Framework for Dart
We analyzed this package on Feb 26, 2021, and awarded it 50 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 200 out of 1293 API elements (15.5 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime native
Because:
package:bones_ui/bones_ui.dart
that imports:package:bones_ui/src/component/svg.dart
that imports:package:dom_tools/dom_tools.dart
that imports:package:dom_tools/src/perspective_filter.dart
that imports:package:dom_tools/src/dom_tools_paint.dart
that imports:dart:html
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
ERROR: 'UIComponentGenerator.generate' ('Element Function(DOMGenerator
lib/src/bones_ui_base.dart:773:11
╷
773 │ Element generate(
│ ^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/bones_ui_base.dart
ERROR: 'BUIElementGenerator.generate' ('DivElement Function(DOMGenerator
lib/src/component/bui.dart:21:14
╷
21 │ DivElement generate(
│ ^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/component/bui.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive | ^2.0.13 | 2.0.13 | 3.0.0 |
dom_builder | ^1.0.24 | 1.0.25 | 1.0.25 |
dom_tools | ^1.3.20 | 1.3.20 | 1.3.20 |
dynamic_call | ^1.0.16 | 1.0.17 | 1.0.17 |
enum_to_string | ^1.0.14 | 1.0.14 | 1.0.14 |
expressions | ^0.1.5 | 0.1.5 | 0.1.5 |
html_unescape | ^1.0.2 | 1.0.2 | 1.0.2 |
intl | ^0.16.1 | 0.16.1 | 0.17.0 |
intl_messages | ^1.1.13 | 1.1.13 | 1.1.13 |
json_object_mapper | ^1.1.3 | 1.1.3 | 1.1.3 |
json_render | ^1.3.8 | 1.3.8 | 1.3.8 |
mercury_client | ^1.1.16 | 1.1.18 | 1.1.18 |
service_worker | ^0.2.4 | 0.2.4 | 0.2.4 |
swiss_knife | ^2.5.24 | 2.5.25 | 2.5.25 |
yaml | ^2.2.1 | 2.2.1 | 3.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
amdjs | - | 1.0.7 | 1.0.7 |
args | - | 1.6.0 | 2.0.0 |
charcode | - | 1.1.3 | 1.2.0 |
chart_engine | - | 1.1.10 | 1.1.10 |
collection | - | 1.14.13 | 1.15.0 |
color_palette_generator | - | 1.0.4 | 1.0.4 |
convert | - | 2.1.1 | 3.0.0 |
crypto | - | 2.1.5 | 3.0.0 |
csslib | - | 0.16.2 | 0.17.0 |
html | - | 0.14.0+4 | 0.15.0 |
js | - | 0.6.2 | 0.6.3 |
markdown | - | 3.0.0 | 4.0.0 |
matcher | - | 0.12.9 | 0.12.10 |
meta | - | 1.2.4 | 1.3.0 |
path | - | 1.7.0 | 1.8.0 |
petitparser | - | 3.1.0 | 4.0.2 |
quiver | - | 2.1.5 | 3.0.0 |
resource_portable | - | 2.1.8 | 2.1.8 |
source_span | - | 1.7.0 | 1.8.1 |
stack_trace | - | 1.9.6 | 1.10.0 |
string_scanner | - | 1.0.5 | 1.1.0 |
term_glyph | - | 1.1.0 | 1.2.0 |
typed_data | - | 1.2.0 | 1.3.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^2.0.13` on archive does not support the latest published version `3.0.0`
pubspec.yaml:32:12
╷
32 │ archive: ^2.0.13
│ ^^^^^^^
╵
The constraint `^0.16.1` on intl does not support the latest published version `0.17.0`
pubspec.yaml:29:9
╷
29 │ intl: ^0.16.1
│ ^^^^^^^
╵
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.14.10
,
Dart 2.10.5
.