ao3 0.0.31 copy "ao3: ^0.0.31" to clipboard
ao3: ^0.0.31 copied to clipboard

This is an unofficial API that lets you access some of AO3's (archiveofourown.org) data through dart.

0
likes
90/ 140
pub points
50%
popularity

We analyzed this package 36 hours ago, and awarded it 90 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.
  • pubspec.yaml doesn't have a repository entry.

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: BSD-3-Clause.

failed
Provide documentation
0 / 20trigger folding of the section

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

3 out of 277 API elements (1.1 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: ao3, ao3.ASCENDING, ao3.AUTHOR, ao3.AuthError, ao3.AuthError.AuthError.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:ao3/ao3.dart that imports:
  • package:ao3/src/work.dart that imports:
  • package:ao3/src/utils.dart that imports:
  • package:ao3/src/session.dart that imports:
  • package:cookie_jar/cookie_jar.dart that imports:
  • package:cookie_jar/src/serializable_cookie.dart that imports:
  • package:universal_io/io.dart that imports:
  • package:universal_io/src/_exports_in_browser.dart that imports:
  • package:universal_io/src/internet_address.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 12 issues. Showing the first 2:

WARNING: The value of the local variable 'series' isn't used.

lib/src/session.dart:234:14

    ╷
234 │         int? series;
    │              ^^^^^^
    ╵

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

INFO: Missing a corresponding override of 'hashCode'.

lib/src/user.dart:127:17

    ╷
127 │   bool operator ==(Object other) {
    │                 ^^
    ╵

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

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
cookie_jar ^4.0.8 4.0.8 4.0.8
dio ^5.4.2+1 5.4.3+1 5.4.3+1
dio_cookie_manager ^3.1.1 3.1.1 3.1.1
html ^0.15.4 0.15.4 0.15.4
http ^1.2.1 1.2.1 1.2.1
intl ^0.19.0 0.19.0 0.19.0
path ^1.8.0 1.9.0 1.9.0
synchronized ^3.1.0+1 3.1.0+1 3.1.0+1
validators ^3.0.0 3.0.0 3.0.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
csslib - 1.0.0 1.0.0
http_parser - 4.0.2 4.0.2
meta - 1.15.0 1.15.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
universal_io - 2.2.2 2.2.2
web - 0.5.1 0.5.1

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.4.0.

Check the analysis log for details.

0
likes
90
pub points
50%
popularity

Publisher

unverified uploader

This is an unofficial API that lets you access some of AO3's (archiveofourown.org) data through dart.

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cookie_jar, dio, dio_cookie_manager, html, http, intl, path, synchronized, validators

More

Packages that depend on ao3