explo 0.1.0+1 copy "explo: ^0.1.0+1" to clipboard
explo: ^0.1.0+1 copied to clipboard

Explore the render tree of a Flutter app in 3D, through an exploded representation.

38
likes
80/ 160
pub points
14
downloads

We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

9 out of 12 API elements (75.0 %) have documentation comments.

Some symbols that are missing documentation: explo, explo.ExploView.ExploView.new, explo.ManualConnectExploView.ManualConnectExploView.new.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed check 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.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 25 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
collection ^1.15.0 1.19.1 1.19.1
explo_capture ^0.1.0+2 0.1.0+2 0.1.0+2
flutter_riverpod ^1.0.2 1.0.4 2.6.1
stream_channel ^2.1.0 2.1.4 2.1.4
vector_math ^2.1.0 2.1.4 2.2.0
vm_service ^7.3.0 7.5.0 15.0.2
web_socket_channel ^2.1.0 2.4.5 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
crypto - 3.0.6 3.0.6
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
riverpod - 1.0.3 2.6.1
state_notifier - 0.7.2+1 1.0.0
typed_data - 1.4.0 1.4.0
web - 0.5.1 1.1.1

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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
38
likes
80
points
14
downloads

Publisher

verified publishergabriel.terwesten.net

Weekly Downloads

Explore the render tree of a Flutter app in 3D, through an exploded representation.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, explo_capture, flutter, flutter_riverpod, stream_channel, vector_math, vm_service, web_socket_channel

More

Packages that depend on explo