hio 0.3.7
hio: ^0.3.7 copied to clipboard
Enhanced Http Client for Dart/Flutter. Make Api call easy, an Dart/Flutter package.
0
likes
80
/ 100
pub points
0
%
popularity
We analyzed this package on Mar 4, 2021, and awarded it 80 pub points (of a possible 100):
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: Package has an example
- Found example at:
example/example.dart
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime js
Because:
package:hio/hio.dart
that imports:package:hio/src/types.dart
that imports:package:hio/src/api_call.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
lib/src/api.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
lib/src/api_call.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.2
,
Dart 2.12.0
.