async_tools 0.1.3 copy "async_tools: ^0.1.3" to clipboard
async_tools: ^0.1.3 copied to clipboard

Useful data structures and tools for async/Future code

0
likes
140/ 160
pub points
68%
popularity

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

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

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: MPL-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

41 out of 87 API elements (47.1 %) have documentation comments.

Some symbols that are missing documentation: async_tools.AsyncData, async_tools.AsyncData.AsyncData, async_tools.AsyncData.copyWith, async_tools.AsyncData.value, async_tools.AsyncError.

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

INFO: The part-of directive uses a library name.

lib/src/mutex/src/mutex.dart:1:1

  ╷
1 │ part of mutex;
  │ ^^^^^^^^^^^^^^
  ╵

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

INFO: The part-of directive uses a library name.

lib/src/mutex/src/read_write_mutex.dart:1:1

  ╷
1 │ part of mutex;
  │ ^^^^^^^^^^^^^^
  ╵

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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
collection ^1.18.0 1.19.0 1.19.0
freezed_annotation ^2.4.1 2.4.1 2.4.1
Transitive dependencies
Package Constraint Compatible Latest
json_annotation - 4.9.0 4.9.0
meta - 1.15.0 1.15.0

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.7, Dart 3.4.4.

Check the analysis log for details.

0
likes
140
pub points
68%
popularity

Publisher

verified publisherveilid.com

Useful data structures and tools for async/Future code

Repository (GitLab)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

veilid.org

License

MPL-2.0 (LICENSE)

Dependencies

collection, freezed_annotation

More

Packages that depend on async_tools