unwired 0.9.8 copy "unwired: ^0.9.8" to clipboard
unwired: ^0.9.8 copied to clipboard

Unwired is a fast and minimalistic Dart HTTP client library. It supports cancellable requests, managed authentication and multithreaded requests.

13
likes
130/ 140
pub points
0%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

26 out of 45 API elements (57.8 %) have documentation comments.

Some symbols that are missing documentation: unwired, unwired.AuthManager.authObject, unwired.Cancellable.cancel, unwired.Cancellable.cancelled, unwired.Cancellable.onCancel.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 10 issues. Showing the first 2:

INFO: Statements in an if should be enclosed in a block.

lib/src/request_handler.dart:135:7

    ╷
135 │ ┌       if (_authManager != null) {
136 │ │         header == null
137 │ │             ? header = {'Authorization': _authManager!.parsedAuthObject}
138 │ │             : header.addAll({'Authorization': _authManager!.parsedAuthObject});
139 │ │       } else {
140 │ │         throw UnsupportedError(
141 │ │             'AuthManager is not set. Please set the initialise AuthManager before using this method');
142 │ └       }
    ╵

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

lib/src/http_worker/http_worker.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
auth_manager ^1.2.1 1.2.3 1.2.3
http_parser ^4.0.2 4.0.2 4.0.2
http_worker ^1.3.7 1.3.7 1.3.7
queue_manager ^1.1.0 1.1.0 1.1.0
store_manager ^1.1.0 1.1.0 1.1.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
parser_interface - 1.1.0 1.1.0
path - 1.9.0 1.9.0
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

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, Dart 3.3.3.

Check the analysis log for details.

13
likes
130
pub points
0%
popularity

Publisher

verified publisherayushsuman.com

Unwired is a fast and minimalistic Dart HTTP client library. It supports cancellable requests, managed authentication and multithreaded requests.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

auth_manager, http_parser, http_worker, queue_manager, store_manager

More

Packages that depend on unwired