tom_d4rt_flutter_ast 0.3.0
tom_d4rt_flutter_ast: ^0.3.0 copied to clipboard
D4rt Flutter Material bridge — execute D4rt scripts that return Flutter widget trees.
We analyzed this package 38 hours ago, and awarded it 70 pub points (of a possible 160):
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: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
111 out of 120 API elements (92.5 %) have documentation comments.
Some symbols that are missing documentation: tom_d4rt_flutter_ast.BridgedEnumValue.BridgedEnumValue.new, tom_d4rt_flutter_ast.BridgedEnumValue.invoke, tom_d4rt_flutter_ast.BridgedInstance.BridgedInstance.new, tom_d4rt_flutter_ast.BridgedInstance.bridgedClass, tom_d4rt_flutter_ast.BridgedInstance.nativeObject.
10/10 points: Package has 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 32 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:flutter/src/widgets/visibility.dart'.
lib/src/bridges/widgets_bridges.b.dart:300:8
╷
300 │ import 'package:flutter/src/widgets/visibility.dart' as $flutter_283;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/bridges/widgets_bridges.b.dart
ERROR: The name 'IndexedStack' is being referenced through the prefix '$flutter_136', but it isn't defined in any of the libraries imported using that prefix.
lib/src/bridges/widgets_bridges.b.dart:1893:36
╷
1893 │ 'IndexedStack': $flutter_136.IndexedStack,
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/bridges/widgets_bridges.b.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^4.0.9 |
4.3.0 | 4.3.0 | |
characters |
^1.4.0 |
1.4.1 | 1.4.1 | |
meta |
^1.17.0 |
1.19.0 | 1.19.0 | |
tom_d4rt_ast |
>=0.4.1 |
0.65.0 | 0.65.0 | |
vector_math |
^2.2.0 |
2.4.2 | 2.4.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
path |
- | 1.9.1 | 1.9.1 | |
posix |
- | 6.5.2 | 6.5.2 | |
tom_ast_model |
- | 0.2.0 | 0.2.0 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed with:
Running dart analyze timed out.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.