Adullam Dart SDK Overview
The Adullam Dart SDK provides a convenient way to integrate the Adullam platform into your Dart applications. This documentation offers an overview of the SDK’s features, installation instructions, and usage examples.Installation
To install the Adullam Dart SDK, add the following dependency to yourpubspec.yaml file:
flutter pub get to fetch the package.
Features
The Adullam Dart SDK includes the following features:- API Integration: Simplified methods to interact with the Adullam REST API.
- Authentication: Built-in support for various authentication methods, including API keys and OAuth.
- Event Handling: Easy-to-use interfaces for managing webhooks and real-time notifications.
- Data Models: Predefined data models for common Adullam entities.