native_dio_adapter 1.3.0 native_dio_adapter: ^1.3.0 copied to clipboard
A client for dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform.
We analyzed this package 3 days ago, and awarded it 160 pub points (of a possible 160):
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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
173 out of 180 API elements (96.1 %) have documentation comments.
Some symbols that are missing documentation: native_dio_adapter
, native_dio_adapter.ConnectionException.error
, native_dio_adapter.ConnectionException.message
, native_dio_adapter.CronetClientWithProfile.CronetClientWithProfile.defaultCronetEngine
, native_dio_adapter.CronetClientWithProfile.profile
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:native_dio_adapter/native_dio_adapter.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:native_dio_adapter/native_dio_adapter.dart
that imports:package:cupertino_http/cupertino_http.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `iOS`.
Because:
package:native_dio_adapter/native_dio_adapter.dart
that imports:package:cronet_http/cronet_http.dart
that declares support for platforms:Android
.
Package does not support platform `Windows`.
Because:
package:native_dio_adapter/native_dio_adapter.dart
that imports:package:cronet_http/cronet_http.dart
that declares support for platforms:Android
.
Package does not support platform `Linux`.
Because:
package:native_dio_adapter/native_dio_adapter.dart
that imports:package:cronet_http/cronet_http.dart
that declares support for platforms:Android
.
Package does not support platform `macOS`.
Because:
package:native_dio_adapter/native_dio_adapter.dart
that imports:package:cronet_http/cronet_http.dart
that declares support for platforms:Android
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:native_dio_adapter/native_dio_adapter.dart
that imports:package:cronet_http/cronet_http.dart
that imports:package:cronet_http/src/cronet_client.dart
that imports:package:cronet_http/src/jni/jni_bindings.dart
that imports:package:jni/jni.dart
that imports:package:jni/src/util/util.dart
that imports:package:jni/src/util/jset.dart
that imports:package:jni/src/util/jiterator.dart
that imports:package:jni/src/types.dart
that imports:package:jni/src/third_party/generated_bindings.dart
that imports:package:jni/src/third_party/jni_bindings_generated.dart
that imports:dart:ffi
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.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cronet_http |
>=0.4.0 <=2.0.0 |
1.3.2 | 1.3.2 |
cupertino_http |
^1.0.0 |
1.5.1 | 2.0.1 |
dio |
^5.4.0 |
5.7.0 | 5.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
http |
^1.0.0 |
1.2.2 | 1.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.3.1 |
collection |
- | 1.18.0 | 1.19.1 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
ffi |
- | 2.1.3 | 2.1.3 |
http_parser |
- | 4.0.2 | 4.1.1 |
http_profile |
- | 0.1.0 | 0.1.0 |
jni |
- | 0.10.1 | 0.12.2 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
package_config |
- | 2.1.0 | 2.1.0 |
path |
- | 1.9.1 | 1.9.1 |
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.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
web_socket |
- | 0.1.6 | 0.1.6 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.0.0` on cupertino_http does not support the stable version `2.0.0`, that was published 18 days ago.
When cupertino_http is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions cupertino_http
to update the constraint.
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.