explo 0.1.0+1 explo: ^0.1.0+1 copied to clipboard
Explore the render tree of a Flutter app in 3D, through an exploded representation.
We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/blaugold/explo/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
9 out of 10 API elements (90.0 %) have documentation comments.
Some symbols that are missing documentation: explo
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 23 issues. Showing the first 2:
ERROR: The named parameter 'primary' isn't defined.
lib/src/explo_view.dart:439:7
╷
439 │ primary: Theme.of(context).colorScheme.onSurface,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/explo_view.dart
ERROR: The getter 'headline4' isn't defined for the type 'TextTheme'.
lib/src/manual_connect_explo_view.dart:98:50
╷
98 │ style: Theme.of(context).textTheme.headline4,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/manual_connect_explo_view.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.15.0 |
1.18.0 | 1.19.1 |
explo_capture |
^0.1.0+2 |
0.1.0+2 | 0.1.0+2 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_riverpod |
^1.0.2 |
1.0.4 | 2.6.1 |
stream_channel |
^2.1.0 |
2.1.2 | 2.1.2 |
vector_math |
^2.1.0 |
2.1.4 | 2.1.4 |
vm_service |
^7.3.0 |
7.5.0 | 14.3.1 |
web_socket_channel |
^2.1.0 |
2.4.5 | 3.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.3.1 |
crypto |
- | 3.0.6 | 3.0.6 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
riverpod |
- | 1.0.3 | 2.6.1 |
sky_engine |
- | 0.0.99 | 0.0.99 |
state_notifier |
- | 0.7.2+1 | 1.0.0 |
typed_data |
- | 1.4.0 | 1.4.0 |
web |
- | 0.5.1 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^1.0.2` on flutter_riverpod does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions flutter_riverpod
to update the constraint.
The constraint `^7.3.0` on vm_service does not support the stable version `8.1.0`.
Try running dart pub upgrade --major-versions vm_service
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 9 errors:
UNDEFINED_NAMED_PARAMETER
-lib/src/explo_view.dart:439:7
- The named parameter 'primary' isn't defined.UNDEFINED_GETTER
-lib/src/manual_connect_explo_view.dart:98:50
- The getter 'headline4' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER
-lib/src/manual_connect_explo_view.dart:132:50
- The getter 'headline6' isn't defined for the type 'TextTheme'.
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.22.15
, Flutter 3.24.5
, Dart 3.5.4
.
Check the analysis log for details.