beam_ai_sdk 0.0.1
beam_ai_sdk: ^0.0.1 copied to clipboard
The beam_ai_sdk is a powerful SDK that enables seamless integration of advanced AI capabilities into applications. It offers natural language processing, image recognition, speech processing, and mach [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add beam_ai_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
beam_ai_sdk: ^0.0.1Alternatively, 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:beam_ai_sdk/beam_ai_sdk.dart';