ido 0.1.0+2 copy "ido: ^0.1.0+2" to clipboard
ido: ^0.1.0+2 copied to clipboard

A starting point for Dart libraries or applications.

0
likes
105/ 140
pub points
0%
popularity

We analyzed this package 6 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.

* `pubspec.yaml` doesn't have a `homepage` entry. * `pubspec.yaml` doesn't have a `repository` entry.

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:11:49

   ╷
11 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
   │                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

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

47 out of 60 API elements (78.3 %) have documentation comments.

Some symbols that are missing documentation: ido.HttpIdo, ido.HttpIdo.HttpIdo, ido.HttpIdo.fetch, ido.HttpIdo.httpClientAdapter, ido.HttpIdo.interceptors.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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 not compatible with platform Web

Because:

  • package:ido/ido.dart that imports:
  • package:ido/src/http_ido.dart that imports:
  • package:dio/native_imp.dart that imports:
  • package:dio/src/entry/dio_for_native.dart that imports:
  • package:dio/src/adapters/io_adapter.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: The import of 'package:dio/src/dio.dart' is unnecessary because all of the used elements are also provided by the import of 'package:dio/dio.dart'.

lib/src/ido.dart:3:8

  ╷
3 │ import 'package:dio/src/dio.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: Unnecessary override.

lib/src/transformer.dart:11:18

   ╷
11 │   Future<String> transformRequest(RequestOptions options) {
   │                  ^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/transformer.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
balance_http ^0.1.0 0.1.0 0.1.0
buffer ^1.1.1 1.2.3 1.2.3
dio ^4.0.0 4.0.6 5.4.3+1
http_parser ^4.0.0 4.0.2 4.0.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.18.0 1.18.0
http - 1.2.1 1.2.1
meta - 1.14.0 1.14.0
path - 1.9.0 1.9.0
pedantic - 1.11.1 1.11.1
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
web - 0.5.1 0.5.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

0
likes
105
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Documentation

API reference

License

MIT (LICENSE)

Dependencies

balance_http, buffer, dio, http_parser

More

Packages that depend on ido