voice_keep_alive 1.0.8 copy "voice_keep_alive: ^1.0.8" to clipboard
voice_keep_alive: ^1.0.8 copied to clipboard

A Flutter plugin to keep microphone alive in background.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add voice_keep_alive

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

dependencies:
  voice_keep_alive: ^1.0.8

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:voice_keep_alive/voice_keep_alive.dart';
1
likes
160
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to keep microphone alive in background.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on voice_keep_alive

Packages that implement voice_keep_alive