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

PlatformAndroid

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

6
likes
125/ 140
pub points
79%
popularity

We analyzed this package 11 days ago, and awarded it 125 pub points (of a possible 140):

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

OK
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.
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
20 / 20trigger 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.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

6
likes
125
pub points
79%
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