scobro_foundation_flutter_voice 0.0.1
scobro_foundation_flutter_voice: ^0.0.1 copied to clipboard
Widgets for voice input and output
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scobro_foundation_flutter_voiceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
scobro_foundation_flutter_voice: ^0.0.1Alternatively, 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:scobro_foundation_flutter_voice/widgets/voice_or_type_input.dart';
import 'package:scobro_foundation_flutter_voice/widgets/web_context_menu_helper.dart';
import 'package:scobro_foundation_flutter_voice/widgets/web_context_menu_helper_stub.dart';