ikon_sdk 1.0.0
ikon_sdk: ^1.0.0 copied to clipboard
Official Ikon client SDK for building native Flutter frontends for Ikon AI apps — connect, stream the server-driven Parallax UI, audio/video and WebRTC.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ikon_sdkWith Flutter:
$ flutter pub add ikon_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ikon_sdk: ^1.0.0Alternatively, 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:ikon_sdk/ikon_sdk.dart';