angular 6.0.1
angular: ^6.0.1 copied to clipboard
Fast and productive web framework by Google. Separate, but similar to the JavaScript framework with a similar name.
We analyzed this package on Mar 1, 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
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
- 185 out of 302 API elements (61.3 %) have documentation comments.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime native
Because:
package:angular/angular.dart
that imports:package:angular/src/platform/browser/tools/tools.dart
that imports:package:angular/src/platform/browser/tools/common_tools.dart
that imports:package:angular/src/core/linker/component_factory.dart
that imports:package:angular/src/core/linker/views/host_view.dart
that imports:package:angular/src/core/linker/views/view.dart
that imports:dart:html
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 45 issues. Showing the first 2:
ERROR: Target of URI hasn't been generated: 'modules.template.dart'.
lib/src/bootstrap/modules.dart:21:8
╷
21 │ import 'modules.template.dart' as ng;
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/bootstrap/modules.dart
INFO: 'bootstrapStatic' is deprecated and shouldn't be used. Renamed "runAppLegacy". See "runApp" for the preferred API..
lib/angular.dart:22:64
╷
22 │ show runApp, runAppAsync, runAppLegacy, runAppLegacyAsync, bootstrapStatic;
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/angular.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
analyzer | ^0.40.0 | 0.40.6 | 1.1.0 |
angular_ast | 1.0.1 | 1.0.1 | 1.0.1 |
angular_compiler | 1.0.1 | 1.0.1 | 1.0.1 |
build | >=1.1.0 <2.0.0 | 1.6.2 | 1.6.3 |
build_config | >=0.2.6 <2.0.0 | 0.4.6 | 0.4.6 |
code_builder | ^3.0.1 | 3.6.0 | 3.6.0 |
collection | ^1.14.5 | 1.14.13 | 1.15.0 |
csslib | ^0.16.0 | 0.16.2 | 0.17.0 |
intl | ^0.16.0 | 0.16.1 | 0.17.0 |
js | ^0.6.0 | 0.6.2 | 0.6.3 |
logging | >=0.9.0 <0.12.0 | 0.11.4 | 1.0.0 |
meta | ^1.1.4 | 1.2.4 | 1.3.0 |
path | ^1.6.1 | 1.7.0 | 1.8.0 |
source_gen | >=0.9.1 <0.10.0 | 0.9.10+2 | 0.9.10+3 |
source_span | ^1.4.0 | 1.7.0 | 1.8.1 |
stack_trace | ^1.9.1 | 1.9.6 | 1.10.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared | - | 12.0.0 | 17.0.0 |
args | - | 1.6.0 | 2.0.0 |
async | - | 2.4.2 | 2.5.0 |
built_collection | - | 4.3.2 | 5.0.0 |
built_value | - | 7.1.0 | 8.0.0 |
charcode | - | 1.1.3 | 1.2.0 |
checked_yaml | - | 1.0.4 | 2.0.0 |
cli_util | - | 0.2.0 | 0.3.0 |
convert | - | 2.1.1 | 3.0.0 |
crypto | - | 2.1.5 | 3.0.0 |
dart_style | - | 1.3.10 | 1.3.14 |
file | - | 5.2.1 | 6.1.0 |
fixnum | - | 0.10.11 | 1.0.0 |
glob | - | 1.2.0 | 2.0.0 |
json_annotation | - | 3.1.1 | 4.0.0 |
matcher | - | 0.12.9 | 0.12.10 |
node_interop | - | 1.2.1 | 1.2.1 |
node_io | - | 1.2.0 | 1.2.0 |
package_config | - | 1.9.3 | 2.0.0 |
pedantic | - | 1.9.2 | 1.10.0 |
pub_semver | - | 1.4.4 | 2.0.0 |
pubspec_parse | - | 0.1.8 | 0.1.8 |
quiver | - | 2.1.5 | 3.0.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 |
watcher | - | 0.9.7+15 | 1.0.0 |
yaml | - | 2.2.1 | 3.1.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^0.40.0` on analyzer does not support the stable version `0.41.0`.
Try running dart pub upgrade --major-versions analyzer
to update the constraint.
The constraint `^0.16.0` on csslib does not support the stable version `0.17.0`, that was published 18 days ago.
When csslib is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions csslib
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.1+1
,
Dart 2.10.5
.