e_http_inspector 1.1.0 copy "e_http_inspector: ^1.1.0" to clipboard
e_http_inspector: ^1.1.0 copied to clipboard

A Flutter package that inspects http call requests, responses which made by [dio package](https://pub.dev/packages/dio). This package show notifications on each call and UI screen.

0
likes
110/ 140
pub points
0%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

7 out of 48 API elements (14.6 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: app_dimen_keys.g, app_dimen_keys.g.AppDimenKeys, app_dimen_keys.g.AppDimenKeys.AppDimenKeys, app_dimen_keys.g.AppDimenKeys.commonContentPadding, app_dimen_keys.g.AppDimenKeys.commonDividerHeight.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:e_http_inspector/e_http_inspector.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/http_interceptor.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/common/notification_util.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that declares support for platforms: Android, iOS, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:e_http_inspector/e_http_inspector.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/ui/history/http_history_screen.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/ui/history/http_history_state.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/data/entity/http_call_entity.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/data/entity/map_entry_entity.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/common/hive_util.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:e_http_inspector/e_http_inspector.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/http_interceptor.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/common/notification_util.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications/src/notification_details.dart that imports:
  • package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart that imports:
  • package:flutter_local_notifications_linux/src/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications_linux/src/notifications_manager.dart that imports:
  • package:flutter_local_notifications_linux/src/storage.dart that imports:
  • package:flutter_local_notifications_linux/src/platform_info.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:e_http_inspector/e_http_inspector.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/http_interceptor.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/common/notification_util.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications/src/notification_details.dart that imports:
  • package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart that imports:
  • package:flutter_local_notifications_linux/src/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications_linux/src/notifications_manager.dart that imports:
  • package:flutter_local_notifications_linux/src/storage.dart that imports:
  • package:flutter_local_notifications_linux/src/platform_info.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
Package does not support platform `macOS`.

Because:

  • package:e_http_inspector/e_http_inspector.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/http_interceptor.dart that imports:
  • package:e_http_inspector/src/vn/com/extremevn/common/notification_util.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications/src/notification_details.dart that imports:
  • package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart that imports:
  • package:flutter_local_notifications_linux/src/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications_linux/src/notifications_manager.dart that imports:
  • package:flutter_local_notifications_linux/src/storage.dart that imports:
  • package:flutter_local_notifications_linux/src/platform_info.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 17 issues. Showing the first 2:

INFO: Dangling library doc comment.

lib/src/vn/com/extremevn/common/constant.dart:1:1

  ╷
1 │ /// MIT License
  │ ^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/vn/com/extremevn/common/constant.dart

INFO: Dangling library doc comment.

lib/src/vn/com/extremevn/common/date_time_util.dart:1:1

  ╷
1 │ /// MIT License
  │ ^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/vn/com/extremevn/common/date_time_util.dart

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

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

Package Constraint Compatible Latest
chips_choice_null_safety ^2.0.6 2.0.6 2.0.6
dio ^4.0.6 4.0.6 5.4.3+1
eventstateprocessor ^1.1.0 1.1.0 1.1.0
flutter flutter 0.0.0 0.0.0
flutter_local_notifications ^12.0.3 12.0.4 17.1.2
hive ^2.2.3 2.2.3 2.2.3
hive_flutter ^1.1.0 1.1.0 1.1.0
intl ^0.17.0 0.17.0 0.19.0
path_provider ^2.0.11 2.1.3 2.1.3
pull_to_refresh ^2.0.0 2.0.0 2.0.0
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
bloc - 8.1.4 8.1.4
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
dbus - 0.7.10 0.7.10
ffi - 2.1.2 2.1.2
file - 6.1.4 7.0.0
flutter_bloc - 8.1.5 8.1.5
flutter_local_notifications_linux - 2.0.0 4.0.0+1
flutter_local_notifications_platform_interface - 6.0.0 7.1.0
http_parser - 4.0.2 4.0.2
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.15.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
petitparser - 6.0.2 6.0.2
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
process - 4.2.4 5.0.2
provider - 6.1.2 6.1.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
timezone - 0.9.3 0.9.3
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
win32 - 5.5.0 5.5.0
xdg_directories - 0.2.0+3 1.0.4
xml - 6.5.0 6.5.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 `^4.0.6` on dio does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions dio to update the constraint.

The constraint `^12.0.3` on flutter_local_notifications does not support the stable version `13.0.0`.

Try running dart pub upgrade --major-versions flutter_local_notifications to update the constraint.

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package that inspects http call requests, responses which made by [dio package](https://pub.dev/packages/dio). This package show notifications on each call and UI screen.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

chips_choice_null_safety, dio, eventstateprocessor, flutter, flutter_local_notifications, hive, hive_flutter, intl, path_provider, pull_to_refresh

More

Packages that depend on e_http_inspector