dio_monitor 0.0.10 copy "dio_monitor: ^0.0.10" to clipboard
dio_monitor: ^0.0.10 copied to clipboard

dio interceptor get request info

1
likes
90/ 140
pub points
33%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://test.com 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: Apache-2.0.

failed
Provide documentation
0 / 20trigger folding of the section

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

12 out of 88 API elements (13.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: database, database.$FloorMonitorDatabase, database.$FloorMonitorDatabase.$FloorMonitorDatabase, database.MonitorDatabase, database.MonitorDatabase.MonitorDatabase.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:dio_monitor/dao/monitor_dao.dart that imports:
  • package:dio_monitor/entity/monitor.dart that imports:
  • package:floor/floor.dart that imports:
  • package:floor/src/sqflite_database_factory.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:dio_monitor/dao/monitor_dao.dart that imports:
  • package:dio_monitor/entity/monitor.dart that imports:
  • package:floor/floor.dart that imports:
  • package:floor/src/sqflite_database_factory.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Web`.

Because:

  • package:dio_monitor/dao/monitor_dao.dart that imports:
  • package:dio_monitor/entity/monitor.dart that imports:
  • package:floor/floor.dart that imports:
  • package:floor/src/sqflite_database_factory.dart that imports:
  • package:sqflite_common_ffi/sqflite_ffi.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 14 issues. Showing the first 2:

WARNING: Unused import: 'dart:async'.

lib/main.dart:5:8

  ╷
5 │ import 'dart:async';
  │        ^^^^^^^^^^^^
  ╵

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

WARNING: Unused import: 'package:flutter/services.dart'.

lib/main.dart:6:8

  ╷
6 │ import 'package:flutter/services.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/main.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
dio ^5.4.0 5.4.3+1 5.4.3+1
floor ^1.4.2 1.4.2 1.4.2
flutter flutter 0.0.0 0.0.0
sqflite ^2.3.0 2.3.3+1 2.3.3+1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
ffi - 2.1.2 2.1.2
floor_annotation - 1.4.2 1.4.2
http_parser - 4.0.2 4.0.2
js - 0.7.1 0.7.1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.15.0
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sqflite_common - 2.5.4 2.5.4
sqflite_common_ffi - 2.3.3 2.3.3
sqlite3 - 2.4.2 2.4.2
sqlparser - 0.27.0 0.36.0
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
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.6, Dart 3.3.4.

Check the analysis log for details.

1
likes
90
pub points
33%
popularity

Publisher

unverified uploader

dio interceptor get request info

Homepage

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

dio, floor, flutter, sqflite

More

Packages that depend on dio_monitor