voice_guidance 0.5.0 copy "voice_guidance: ^0.5.0" to clipboard
voice_guidance: ^0.5.0 copied to clipboard

"300 meters ahead, turn right." Platform-agnostic voice guidance for navigation apps. Works on mobile (flutter_tts), Linux (spd-say), and silently in CI. Pluggable TTS engine interface.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add voice_guidance

With Flutter:

 $ flutter pub add voice_guidance

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

dependencies:
  voice_guidance: ^0.5.0

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_guidance/voice_guidance.dart';
0
likes
0
points
170
downloads

Publisher

unverified uploader

Weekly Downloads

"300 meters ahead, turn right." Platform-agnostic voice guidance for navigation apps. Works on mobile (flutter_tts), Linux (spd-say), and silently in CI. Pluggable TTS engine interface.

Repository (GitHub)
View/report issues

Topics

#tts #voice #navigation #accessibility #flutter

License

unknown (license)

Dependencies

equatable, flutter, flutter_bloc, flutter_tts, navigation_safety, navigation_safety_core, routing_engine

More

Packages that depend on voice_guidance