assemblyai_flutter_sdk 0.0.10
assemblyai_flutter_sdk: ^0.0.10 copied to clipboard
A Flutter SDK to interact with the AssemblyAI API for audio transcription
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add assemblyai_flutter_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
assemblyai_flutter_sdk: ^0.0.10Alternatively, 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:assemblyai_flutter_sdk/assemblyai_flutter_sdk.dart';