voice_menu_selector 0.0.2
voice_menu_selector: ^0.0.2 copied to clipboard
음성 인터페이스 기반 메뉴 선택 패키지
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add voice_menu_selectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
voice_menu_selector: ^0.0.2Alternatively, 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_menu_selector/voice_menu_selector.dart';