Implementing Voice input for Search action in AppBar

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

ความคิดเห็น • 10

  • @thazeroword646
    @thazeroword646 5 ปีที่แล้ว +1

    Very useful tutorial.. mam...

  • @akshatsingh5086
    @akshatsingh5086 4 ปีที่แล้ว +1

    Thanks mam

  • @applicationfire1661
    @applicationfire1661 5 ปีที่แล้ว

    I receive this error message when I launch the application. Unknowm method speech.onError
    I/flutter ( 6078): _platformCallHandler call speech.onSpeechAvailability false
    I/flutter ( 6078): _platformCallHandler call speech.onError 5 !

    • @leadforward1111
      @leadforward1111  5 ปีที่แล้ว

      @application fire: This error occurs on Android platform when RECORD permission is not added in the manifest and / OR speech recognizer is called before it is initialized. It makes sense to throw error when speech.onSpeechAvailability is false. You can display the appropriate message in your case when speech recognizer is not available.

  • @gnanaplus
    @gnanaplus 4 ปีที่แล้ว

    Interesting can you please share the code path of this demo? I like to try in windows - Android

    • @leadforward1111
      @leadforward1111  4 ปีที่แล้ว

      Source code is available here: github.com/ptyagicodecamp/flutter_cookbook/tree/search_voice/search_appbar/search_appbar

  • @chetanac85
    @chetanac85 4 ปีที่แล้ว

    great video madam...!!! I wnt to display this text on that page itself.I am new in flutter.And stuck with this,,How I fix this???Plz reply.

  • @chetanac85
    @chetanac85 4 ปีที่แล้ว

    great video!!madam Thank you so much.
    it works for me but When I click on mic it will not write words in search box whatever I speek.
    How I fix this? plz reply.

    • @leadforward1111
      @leadforward1111  4 ปีที่แล้ว +1

      Are you running on device or on emulator ?