stetho_network_inspector 0.5.3 copy "stetho_network_inspector: ^0.5.3" to clipboard
stetho_network_inspector: ^0.5.3 copied to clipboard

PlatformAndroid
outdated

A network inspector for Flutter on Android using the Chrome Dev Tools

7
likes
145/ 160
pub points
74%
popularity

We analyzed this package 23 hours ago, and awarded it 145 pub points (of a possible 160):

failed
Follow Dart file conventions
25 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:3:86

  ╷
3 │ <p>A plugin that connects Flutter to the Chrome Dev Tools on Android devices via the <a href="http://facebook.github.io/stetho/">Stetho Android Library</a>.</p>
  │                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

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

1 out of 4 API elements (25.0 %) have documentation comments.

Some symbols that are missing documentation: stetho_network_inspector, stetho_network_inspector.Stetho, stetho_network_inspector.Stetho.Stetho.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:stetho_network_inspector/stetho_network_inspector.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:stetho_network_inspector/stetho_network_inspector.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:stetho_network_inspector/stetho_network_inspector.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:stetho_network_inspector/stetho_network_inspector.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:stetho_network_inspector/stetho_network_inspector.dart that declares support for platforms: Android.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:stetho_network_inspector/stetho_network_inspector.dart that imports:
  • package:stetho_network_inspector/src/stetho.dart that imports:
  • package:stetho_network_inspector/src/http_overrides.dart that imports:
  • package:stetho_network_inspector/src/http_client.dart that imports:
  • package:stetho_network_inspector/src/utils.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: Using a colon as the separator before a default value is deprecated and will not be supported in language version 3.0 and later.

lib/src/http_client.dart:71:25

   ╷
71 │   void close({bool force: false}) {
   │                         ^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/http_client.dart

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

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.19.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.12, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

7
likes
145
pub points
74%
popularity

Publisher

verified publisheranilraok.com

A network inspector for Flutter on Android using the Chrome Dev Tools

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stetho_network_inspector