atheon_codex 0.0.0
atheon_codex: ^0.0.0 copied to clipboard
Dart Package for Atheon
Codex: Dart & Flutter SDK for Atheon #
The Atheon Codex Dart library provides convenient access to the Atheon Gateway Ad Service from Dart and Flutter environments. The library includes type definitions, works across all platforms (Mobile, Web, Desktop, Server), and offers idiomatic async/await APIs.
Installation #
Run this command:
With Dart:
dart pub add atheon_codex
With Flutter:
flutter pub add atheon_codex
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
atheon_codex: ^0.0.0
License #
This SDK is licensed under the Apache License 2.0. See LICENSE for details.