sparrow_dio 0.15.1 copy "sparrow_dio: ^0.15.1" to clipboard
sparrow_dio: ^0.15.1 copied to clipboard

sparrow团队完成的对dio的封装,实现dio的async await调用以及回调方式的调用.

3
likes
105/ 140
pub points
57%
popularity

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

failed
Follow Dart file conventions
15 / 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.

The package description contains too many non-ASCII characters.

The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.

5/5 points: Provide a valid README.md

0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.

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

62 out of 85 API elements (72.9 %) have documentation comments.

Some symbols that are missing documentation: sparrow_dio, sparrow_dio.HttpMethods, sparrow_dio.HttpMethods.HttpMethods, sparrow_dio.Options.compose, sparrow_dio.Request.

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
  • ✓ macOS
  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:sparrow_dio/sparrow_dio.dart that imports:
  • package:sparrow_dio/src/sparrow_dio.dart that imports:
  • package:sparrow_dio/src/interceptors/connectivity.interceptor.dart that imports:
  • package:connectivity/connectivity.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:sparrow_dio/sparrow_dio.dart that imports:
  • package:sparrow_dio/src/sparrow_dio.dart that imports:
  • package:sparrow_dio/src/interceptors/connectivity.interceptor.dart that imports:
  • package:connectivity/connectivity.dart that declares support for platforms: Android, iOS, macOS, Web.
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 32 issues. Showing the first 2:

WARNING: The operand can't be null, so the condition is always 'true'.

lib/src/interceptors/error.interceptor.dart:29:15

   ╷
29 │   if (request != null) {
   │               ^^^^^^^
   ╵

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

WARNING: Dead code.

lib/src/interceptors/error.interceptor.dart:110:9

    ╷
110 │         break;
    │         ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/interceptors/error.interceptor.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
connectivity ^3.0.6 3.0.6 3.0.6
dio ^5.0.0 5.4.3+1 5.4.3+1
enum_to_string ^2.0.1 2.0.1 2.0.1
flutter flutter 0.0.0 0.0.0
pretty_dio_logger ^1.3.1 1.3.1 1.3.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
connectivity_for_web - 0.4.0+1 0.4.0+1
connectivity_macos - 0.2.1+2 0.2.1+2
connectivity_platform_interface - 2.0.1 2.0.1
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.0.2
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
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
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.2, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

3
likes
105
pub points
57%
popularity

Publisher

verified publishersparrow.team

sparrow团队完成的对dio的封装,实现dio的async await调用以及回调方式的调用.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

connectivity, dio, enum_to_string, flutter, pretty_dio_logger

More

Packages that depend on sparrow_dio