Flutter Speech To Text Easy Tutorial - بالعربي

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024
  • In this tutorial, I'll walk you through the process of building a speech-to-text app using Flutter and Dart.
    We'll utilize the Speech To Text plugin available on pub.dev to achieve this. Whether you're just starting with Flutter or already have some experience, this guide will assist you in setting up and navigating through the development process.
    Here's what we'll cover:
    Installing the speech to text package from pub.dev.
    Setting up the package properly for both iOS and Android platforms.
    Implementing voice recognition functionality for iOS and Android devices.
    By the end of this tutorial, you'll have a functional speech-to-text app ready to use.
    Resources:
    Speech To Text Package: pub.dev/packag... Socials: linktr.ee/muha...

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

  • @myassistantprogram7870
    @myassistantprogram7870 หลายเดือนก่อน

    فيديوهاتك رائعه شكرا ليك

  • @amirmohammed3869
    @amirmohammed3869 6 หลายเดือนก่อน

    جاااااااامد ❤❤❤❤ .. استمر

  • @MohamedFarouk-xw8eb
    @MohamedFarouk-xw8eb 6 หลายเดือนก่อน +1

    جامد بس حاول متستخدمش موسيقى ❤

  • @tarekelsawy287
    @tarekelsawy287 6 หลายเดือนก่อน

    هل جربت تضيف اللغة العربية بس تكون offline؟
    الاجابة تهمني...

    • @muhabgamalx2
      @muhabgamalx2  6 หลายเดือนก่อน

      البكدج مبتدعمش العربي للأسف

    • @tarekelsawy287
      @tarekelsawy287 6 หลายเดือนก่อน

      @@muhabgamalx2 لا هي بتدعم العربي بس online
      عن تجربه

    • @hamadapro24
      @hamadapro24 6 หลายเดือนก่อน

      @@muhabgamalx2 جميل يا هندسه

    • @hamadapro24
      @hamadapro24 6 หลายเดือนก่อน

      اريد مساعدتك يا باش مهندس

    • @myassistantprogram7870
      @myassistantprogram7870 หลายเดือนก่อน

      شكرا ليك ياهندسة على مجهودك بعد بحث الحمد لله لقيت فيها عربى ولغات تانيه
      Future startListening() async {
      var locales = await speech.locales();
      // for (var n in locales) {
      // print(n.localeId);
      // print(n);
      // print(n.name);
      // }
      var selectedLocale = locales[6];
      speech.listen(
      onResult: (result) {
      setState(() {
      recognizedText = result.recognizedWords;
      });
      },
      localeId: selectedLocale.localeId,
      );
      setState(() {
      isListening = true;
      });
      }
      هنا اللوب ده ممكن تعرف index البلد او اللغه بس رقم 6 هو مصر

  • @salahayash1486
    @salahayash1486 5 หลายเดือนก่อน

    هل تقدر انك تغير اللغة الى اللغة العربية ؟

    • @muhabgamalx2
      @muhabgamalx2  5 หลายเดือนก่อน

      لا مش بتدعمها

    • @myassistantprogram7870
      @myassistantprogram7870 หลายเดือนก่อน

      شكرا ليك ياهندسة على مجهودك بعد بحث الحمد لله لقيت فيها عربى ولغات تانيه
      Future startListening() async {
      var locales = await speech.locales();
      // for (var n in locales) {
      // print(n.localeId);
      // print(n);
      // print(n.name);
      // }
      var selectedLocale = locales[6];
      speech.listen(
      onResult: (result) {
      setState(() {
      recognizedText = result.recognizedWords;
      });
      },
      localeId: selectedLocale.localeId,
      );
      setState(() {
      isListening = true;
      });
      }
      هنا اللوب ده ممكن تعرف index البلد او اللغه بس رقم 6 هو مصر

    • @tikoud3517
      @tikoud3517 23 วันที่ผ่านมา

      هل هذه طريقة تشتغل في ويب ؟