voice_keep_alive 1.0.5 copy "voice_keep_alive: ^1.0.5" to clipboard
voice_keep_alive: ^1.0.5 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 Dart:

 $ dart pub add voice_keep_alive

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 dart pub get):

dependencies:
  voice_keep_alive: ^1.0.5

Alternatively, your editor might support dart pub get or 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
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to keep microphone alive in background.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on voice_keep_alive

Packages that implement voice_keep_alive