olos_sdk 1.0.597
olos_sdk: ^1.0.597 copied to clipboard
Designed for Dart apps, this middleware links with Olos API. Beyond standard connections, it enables WebSocket for seamless event reception via Olos Easy Connection.
Olos Agent SDK Dart #
The Olos Agent SDK Dart is a package that provides an interface for frontend clients to interact with the Olos system. It contains all the necessary methods to communicate with Olos.
Features #
- Easy-to-use API for interacting with Olos
- Seamless integration with frontend clients
Getting Started #
To use the Olos Agent SDK Dart, you need to have a platform running the Olos system. Follow these steps to get started:
- Install the package by adding
olos_sdkas a dependency in yourpubspec.yamlfile. - Import the
olos_sdkpackage in your Dart code. - Instantiate the
Olosclass and start using the available methods.