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.

35
likes
80/ 160
pub points
33%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
0 / 50trigger folding of the section

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

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

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.18.0
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.5.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.2.3
web_socket_channel ^2.1.0 2.4.5 3.0.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
crypto - 3.0.3 3.0.3
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
riverpod - 1.0.3 2.5.1
sky_engine - 0.0.99 0.0.99
state_notifier - 0.7.2+1 1.0.0
typed_data - 1.3.2 1.3.2
web - 0.5.1 0.5.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.

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.5, Flutter 3.22.1, Dart 3.4.1.

Check the analysis log for details.