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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ao3

With Flutter:

 $ flutter pub add ao3

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ao3: ^0.0.33

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ao3/ao3.dart';
0
likes
90
pub points
49%
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