offline_transcription 1.0.0 copy "offline_transcription: ^1.0.0" to clipboard
offline_transcription: ^1.0.0 copied to clipboard

A Flutter plugin for offline audio transcription on Android and iOS platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_transcription

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

dependencies:
  offline_transcription: ^1.0.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:offline_transcription/offline_transcription.dart';
2
likes
150
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for offline audio transcription on Android and iOS platforms.

Repository (GitHub)

Documentation

API reference

License

Unlicense (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on offline_transcription