kuralit_sdk 0.3.0 copy "kuralit_sdk: ^0.3.0" to clipboard
kuralit_sdk: ^0.3.0 copied to clipboard

Kuralit SDK for Flutter - A Flutter SDK for Kuralit realtime communication with WebSocket support

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kuralit_sdk

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

dependencies:
  kuralit_sdk: ^0.3.0

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:kuralit_sdk/kuralit.dart';
import 'package:kuralit_sdk/templates/agent_overlay/dynamic_input_island.dart';
import 'package:kuralit_sdk/templates/agent_overlay/kuralit_agent_overlay.dart';
import 'package:kuralit_sdk/templates/agent_overlay/product_cards_strip.dart';
import 'package:kuralit_sdk/templates/base_template.dart';
import 'package:kuralit_sdk/templates/kuralit_ui_controller.dart';
1
likes
140
points
33
downloads

Documentation

API reference

Publisher

verified publisherkuralit.com

Weekly Downloads

Kuralit SDK for Flutter - A Flutter SDK for Kuralit realtime communication with WebSocket support

Homepage

License

MIT (license)

Dependencies

audio_session, flutter, permission_handler, record, web_socket_channel

More

Packages that depend on kuralit_sdk