apple_search_ads 0.0.7 copy "apple_search_ads: ^0.0.7" to clipboard
apple_search_ads: ^0.0.7 copied to clipboard

A Dart package to interact with the Apple Search Ads API using OAuth 2.0 authentication.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apple_search_ads
copied to clipboard

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

dependencies:
  apple_search_ads: ^0.0.7
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:apple_search_ads/apple_search_ads.dart';
copied to clipboard
3
likes
140
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.06 - 2025.01.18

A Dart package to interact with the Apple Search Ads API using OAuth 2.0 authentication.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dart_jsonwebtoken, flutter, http, json_annotation

More

Packages that depend on apple_search_ads