Bro please creates a video on full on database like how to connect project with database and after that what we will do please bro and if u create in Hindi then do this otherwise can on English
I wish there was a way i could meet you, your have really helped me. Im a beginnner and im almost done with your 20 hour course. I wish i met you earlier. One day i will definitely mention your name when im asked how did i get this far. You mean a lot to me. Thank you Rivaan
Thank you Rivaan for sharing this. 19:20 you can specify the fontFamily through textTheme like this - textTheme: const TextTheme(bodyLarge: TextStyle(fontFamily: 'Cera Pro')),
I just went through a dozen of flutter app tutorials on internet but couldn't find more engaging and innovative tutorials like this and few of your other projects. Definitely building stuff with the help of your tutorials. Thanks a lot
Hello! Everyone I just followed this video and came to Conclusion, this application doesn't run on android device but does work on ios devices. Problem occurs during integrating of chatgpt API and DallEAPI
alternatively, you can also change the switch statement to a simple if else block, here is the code how code:- if(content.replace("." , "") && content.toLowerCase() == "yes"){ .... } This is just an alternative, big appreciation for this wonderful video.
But doesn't replace function return a String? We can do something like: content = content.replace(".", "").toLowerCase().trim(); if(content == 'yes') {} Thanks for the compliment! Did you finish watching the entire video😮
Hey! I have followed your code till 58:00. But when I try to run the code on mobile, it doesn't recognize my voice. It doesn't work on emulator also. From the console I can see that it is unable to detect my voice, despite giving microphone permissions. Please help me.
Best of luck, I'm sure youre gonna do well in this journey!! Will be releasing a dart and flutter beginner courses within 2 months, hope that helps a bit
Hey @RivaanRanawat I have not installed Android in my Laptop but I am running this flutter app on Chrome so at 45:01 when I started testing this mic in debugging mode it is not showing on console whatever I am speaking how to fix this issue?
Great video! Appreciate the way you explain in detail. Plus I need guidance regarding the "Edit Image" section of the DALL-E image? Especially, how to create masking on image to prompt for an edit. Thanks!
59:01 How do you get these responses on to your debug console. I am not getting these responses on my debug console. The package seems to be working fine because when I added a print statement that prints the "lastWords" it printed that properly. But all these responses you are getting on your debug console I am not getting them at all. Is there some VS Code extension I need to add for this or is it something else ?
How could we implement voice activation to the app in addition to the current model? Is there a feature in Alan AI where instead of clicking the button, we can say "Hey Allen" and it will listen?
Hii bro, why you are not using bloc. Can you please make a separate video on explain bloc with use cases. 🙏 you are a very good teacher..please teach us more about bloc.❤
The APIs are working but the respones are not generated (eg: imageurl is not generated in the debug console, but the API is working), please help me with it bro
this is a great video but if possible anyone can help me to find that plugin which responses every chatgpt response in the debug console for rivaan sir that would be helpful
Thanks for this amazing project tutorial. I am having some problem with the speech to text. The prompt I gave always get shortened when it is converted to text. For example, when I say, "Where is University of Rwanda located?", it gets converted into text as "Where is University of " or even shorter. Can you please help me resolve this. If anyone knows how to resolve this, please let me know.
I just want to know what is the limit of free API, do we get like per day limit or something. how many time can we call the API. if you know anything about it please reply, and thanks for such a good video.
This came at a perfect time where I needed a project that's both API and easy to make for someone like me who's fairly new to Flutter and needs projects to build a portfolio, Thank you very much brother! May God bless you! However I'm facing a problem, the bot isn't picking up my voice on my physical phone even though I gave it permissions, Could please help?
Hello rivaan I am getting this in my message and this is my first time I have created API key from OpenAI "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: What should I do now, Also for how long the api key works.
The method 'SpeechToText' isn't defined for the type ' _HomePageState'. Try correcting the name to the name of an existing method, or defining a method named 'SpeechToText '. I am getting an error can you suggest a way to clear it out
Heyyy,have they stopped their free API service or what?? Im getting an internal error occured everytime,in the console it's showing that : "You exceeded your current quota, pleae check your plan and billing details"
For new ones who are facing error of insufficient quota: The error is because of new OpenAI update because of that we now have to add card details in OpenAI account and it will charge you per month according to how much usage you have done on that api key so If you can pay then good for you else just learn how to use chatGpt and dall-E in your apps it might help you further Best Wishes 🤗🤗
Are you using some vs vode extension to see the output from the speech_to_text plugin? Because I am not able to see any output from the plugin in my debug console
I am facing a problem regarding sending lastwords to openAIservice function , the problem is when I press the mic button then it start listening and if I don't press it again to automatic stop listening like google voice assist works in android , it will not call the openAIservice function ,because we have passed a elseif condition there , so if I told it what I want then immediately press it again so that it will call openAIservice function and pass lastwords in it , but this way is creating problem because the speech package takes some time to recognize whole sentence and as soon as I again pressed the mic button it sends incomplete or empty sentence to openAiservice function , how can solve this pls help me.
@@jashwanthg3680 I found one solution of this , press mic button then say what you want to say, once it will automatically stop listening press mic button twice, then it will send proper sentence.
Hi Rivaan. I want to thank you for making this incredible tutorial (probably the best I found in all youtube). However, I am a little stuck because whenever I say something, the computer doesn't understand it and it doesn't even enter the onSpeechResult void. Also, I always get this error: audioserver, FGS Logger Transaction failed.
sir it give error on the response { I/flutter (25012): "error": { I/flutter (25012): "message": "You exceeded your current quota, please check your plan and billing details.", I/flutter (25012): "type": "insufficient_quota", I/flutter (25012): "param": null, I/flutter (25012): "code": null I/flutter (25012): } I/flutter (25012): } I/flutter (25012): An Internal error occurred
I have been doing it on windows the speech recognition is not working and when I import the packages it shows url doesn't matches I have tried so much but I couldn't get a solution.later I found that it is not working on windows is there any speech recognition packages that works on windows as well I am running this on chrome
Error Code 429 - You exceeded your current quota, please check your plan and billing details. Im getting this api error from the try catch block which i added to check the error code even after adding my own api key Provided im doing this prj on android studios with flutter
i started your tutorial and I just don't know why in it if it doesn't enter the isListerning, I'm left with that doubt and I download your repository and run it and I get the same problem I don't know if it's because my version of flutter is 3.10.6 I'm waiting for your answer
Heyy this is awesome! However I am getting a box: that says [object Progress Event] when I ask it to generate an image. I clicked the link of the image and it says "public access not permitted". Is it because I need to pay open AI or something? Kinda confused here!
Speech to text Plugin is not showing any captured words in Debug Console. My android phone mic is working perfectly and is sensing each and every word I am speaking into it.
Hey, I integrated openAI API and my speech is going to chatGpt. But the chatGPT not reponding correctly. It give different results and not related results. Can you please help me why OpenAI not working correctly?
If youre using VS Code, you can press Cmd + Shift + P > Add Dependencies > Type http and hit enter. It will automatically install the latest version of http in your project.
Blue lines are warnings. const isn't necessary in flutter code as of now, but it boosts the performance of your apps as it helps flutter know that this thing doesn't have to be rebuilt again and again, even if setState is called.
I keep getting error in dallEAPI section in openai_service, it keeps say internal error occurred, the other seems fine chat gpt, open AI but dallEAPI keeps getting errors, can you tell me how to fix it
Thanks! Didn't use any, the focus is on using ChatGPT and Dall-E API, kept it simple. For State Management, I've a bunch of other tutorials which use them - ruclips.net/video/B8Sx7wGiY-s/видео.html
@@RivaanRanawat great, I will follow this tutorials soon, I personally prefer the setState to keep things simple. I discovered your channel just today, I will do well to go through your tutorials 😊😊
nice tutorial.but facing a problem that, "An internal error occurred" . Don't know where is the actual error in my coding. then I downloaded directly from your github. then it's showing again the error message.
Hi Rivaan I have one Doubt i have flutter version 3.10 version but this flutter code version below 3 if write exact code it will show some error how to ressolve it ?
20 Hours Dart & Flutter Full Course - ruclips.net/video/CzRQ9mnmh44/видео.html
Bro please creates a video on full on database like how to connect project with database and after that what we will do please bro and if u create in Hindi then do this otherwise can on English
The pace with which you are going, half of the stuff in my CV are your tuorials. Can't thank you enough.
Woah, congrats on completing the courses Maruf! As usual, I appreciate the comment and your support 💪
I wish there was a way i could meet you, your have really helped me. Im a beginnner and im almost done with your 20 hour course. I wish i met you earlier. One day i will definitely mention your name when im asked how did i get this far. You mean a lot to me. Thank you Rivaan
Thank you Rivaan for sharing this. 19:20 you can specify the fontFamily through textTheme like this -
textTheme: const TextTheme(bodyLarge: TextStyle(fontFamily: 'Cera Pro')),
Oh! The theming in Flutter always confuses me. Thanks for sharing, I'll pin this comment.
@@RivaanRanawat hey man ,the speech thing doesnt pick my voice....can you please tell some alternate way??
@@anujrbx Which device are u using ? And also is it a real device or emulator ?
@@anujrbx I have the same issue, u got the solution or not?
@@aviralgupta9869 its real device brother
I just went through a dozen of flutter app tutorials on internet but couldn't find more engaging and innovative tutorials like this and few of your other projects. Definitely building stuff with the help of your tutorials. Thanks a lot
Thanks! Hope it helps
You're the best Rivaan,
Thanks for all you do,
awesome as always, thanks Rivaan
My pleasure!
@@RivaanRanawat instead of writing "my pleasure" solve the errors of students for which the comment section is being made.......
Thank you for this video, I have completed my project easy
Glad to hear that!
wow nice , cool, good lucky for all works you. ramdan muborak. 🔥
Thanks, Ramdan muborak!
wowww man! the UI is just awwesome! thanks a lot for this valuable content!!!
My pleasure Shakthi!
Best channel for flutter so far. Plz add car auction application app also
Thanks Abdullah! Noted your request
You : Thank you for watch this video.
Me : Thank you for make this video.
Me: Thank you for commenting on this video.
@@RivaanRanawatElektra : U R Legend bro
Sleek UI and superb amazing 💥❤️
Thanks Mihir!
Hey can you help me doing that
Thanks broo for saving us a lot of time.. i really appreciate.. ❤❤
It's my pleasure!
Best birthday gift by you for us! ❤️✨
Thanks a lot and a very Happy Birthday!!! ⚡
Thanks man, appreciate it!!
Perfectly described everything .. What a tutorial... love this..
Glad you liked it!
Hello! Everyone I just followed this video and came to Conclusion, this application doesn't run on android device but does work on ios devices.
Problem occurs during integrating of chatgpt API and DallEAPI
So , Will it not work on Android?
alternatively, you can also change the switch statement to a simple if else block, here is the code how code:-
if(content.replace("." , "") && content.toLowerCase() == "yes"){
....
}
This is just an alternative, big appreciation for this wonderful video.
It will give error if. Not present in content
But doesn't replace function return a String?
We can do something like:
content = content.replace(".", "").toLowerCase().trim();
if(content == 'yes') {}
Thanks for the compliment! Did you finish watching the entire video😮
@@RivaanRanawat Yes I did it was wonderful.
@@SwarajSingh-xs6dy Damn, congrats! That was quick
This is amazing the way you arrange the idea and codes is really amazing and thank you for this video
Most welcome Placide!
You just keep blowing my mind , keep the good work 👏
Thank you so much!
Hey! I have followed your code till 58:00. But when I try to run the code on mobile, it doesn't recognize my voice. It doesn't work on emulator also. From the console I can see that it is unable to detect my voice, despite giving microphone permissions. Please help me.
Same issue i am also facing
Your issue got solved if yes could you please help me also
@@sparshkapoor246 it didn't :( i moved on
@@princeraghuwanshi3121 did you solved it
Bro, I'm subscribing, I will learn to code in flutter, this is amazing, your tutorials are awesome 👌🏼, wish me luck :]
Best of luck, I'm sure youre gonna do well in this journey!! Will be releasing a dart and flutter beginner courses within 2 months, hope that helps a bit
I was searching for an AI project for mobile and I got here. Sir your way of explaining is amazing. Can I make this for my final year project?
Sure
thank you soo much from my core of the heart for this gem video
Tony on side is really an extra edge 😂😂😂😂
I love him 3000!
Hey @RivaanRanawat I have not installed Android in my Laptop but I am running this flutter app on Chrome so at 45:01 when I started testing this mic in debugging mode it is not showing on console whatever I am speaking how to fix this issue?
Did you got any solution?
@@anamshaikh Tried my best but not got yet
This is Amazing bro. Well done
Thank you 🙌
I don't have enough time to watch it now. At least, Imma like it
Thank you for the brilliant guide :)
Great video! Appreciate the way you explain in detail. Plus I need guidance regarding the "Edit Image" section of the DALL-E image? Especially, how to create masking on image to prompt for an edit. Thanks!
This might help you - platform.openai.com/docs/api-reference/images/create-edit
Underrated channel
Thanks!
Exciting! ]]
Thank you Dinesh!
59:01 How do you get these responses on to your debug console. I am not getting these responses on my debug console. The package seems to be working fine because when I added a print statement that prints the "lastWords" it printed that properly. But all these responses you are getting on your debug console I am not getting them at all. Is there some VS Code extension I need to add for this or is it something else ?
same issue
@@prasadpatil5943 did you find a solution
How could we implement voice activation to the app in addition to the current model? Is there a feature in Alan AI where instead of clicking the button, we can say "Hey Allen" and it will listen?
thank u alot mr Rivaan,
Most Welcome!
Hii bro, why you are not using bloc. Can you please make a separate video on explain bloc with use cases. 🙏 you are a very good teacher..please teach us more about bloc.❤
Sure, I'm actually starting out a new project (for a video). Need to decide database + state management for it, will put a poll.
@Rivaan Ranawat thanks a lot. From my side, please use bloc for state management.
Love from Australia!
Thanks Ananya!
Is this tutorial understandable for a beginner in flutter???
Prereq for this tutorial is the basics of dart & flutter
The APIs are working but the respones are not generated (eg: imageurl is not generated in the debug console, but the API is working), please help me with it bro
hey, we have to pay certain amount right?
$5.00 credits will be given for free for the first three months, after that we'll be asked to pay to use those APIs
this is a great video but if possible anyone can help me to find that plugin which responses every chatgpt response in the debug console for rivaan sir that would be helpful
bro now it is not working what i can do
Thanks for this amazing project tutorial.
I am having some problem with the speech to text. The prompt I gave always get shortened when it is converted to text. For example, when I say, "Where is University of Rwanda located?", it gets converted into text as "Where is University of " or even shorter.
Can you please help me resolve this. If anyone knows how to resolve this, please let me know.
Amazing, great job❤😍
Thanks Landry!
How can we use the open ai tts function of the api as a voice instead of this robotic flutter voice? thanks!
Thanks rivaan Bhai
Most Welcome Vikash!
please hot to note and play and download this audio? how to add options maleVoice and famleVoice
thanks for creating such amazing content 😀😀
My pleasure!
How we can intergrate different custom ML Models using Teserflow or siket-learn in flutter
Fuuuuuuuuuck!!! Man, what are you doing? Incredible!! This gives me goosebumps!!
I love your content!!❤
Awesome, glad to know man! Thanks for your constant support 💪
@@RivaanRanawat huge thanks for your constant improvement of my skills!!
I just want to know what is the limit of free API, do we get like per day limit or something. how many time can we call the API. if you know anything about it please reply, and thanks for such a good video.
I also want to know the same
This came at a perfect time where I needed a project that's both API and easy to make for someone like me who's fairly new to Flutter and needs projects to build a portfolio, Thank you very much brother! May God bless you!
However I'm facing a problem, the bot isn't picking up my voice on my physical phone even though I gave it permissions, Could please help?
You find any solution?
@@supratik93 I'm afraid not, I can't tell where the problem is.
@@DominusZeikyu Same problem, i also didn't find any solution on it, but i find another tutorials of it :/
Can you share the terminal output? Thanks!
result is not showing on my android device and it's the same code , the terminal is not showing anything
same here , if you solved this problem. kindly guide me.
Hello rivaan I am getting this in my message and this is my first time I have created API key from OpenAI
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs:
What should I do now, Also for how long the api key works.
hey, I am getting the same error. Did your error get solved? if yes, how?
@@amaanjambura6238 its just u have to pay now if u want to use these api's
Wowowowow🎊
Thanks Nikhila!
The method 'SpeechToText' isn't defined for the type ' _HomePageState'. Try correcting the name to the name of an existing method, or defining a method named 'SpeechToText '.
I am getting an error can you suggest a way to clear it out
This is fking insane thank you so much for this tutorial
Thanks a lot Dev🎉
Awesome UI..
Thanks, glad you like it!
Heyyy,have they stopped their free API service or what??
Im getting an internal error occured everytime,in the console it's showing that : "You exceeded your current quota, pleae check your plan and billing details"
same , do you know if there's like a daily limit ? or is it just not free?
For new ones who are facing error of insufficient quota: The error is because of new OpenAI update because of that we now have to add card details in OpenAI account and it will charge you per month according to how much usage you have done on that api key so If you can pay then good for you else just learn how to use chatGpt and dall-E in your apps it might help you further Best Wishes 🤗🤗
any other way to takcle this??
@@manojkumar-je8cv Not Really!! You actually have to add debit card and money will be charged according to usage 🥲
very awesome 🔥🔥
Thanks Wafiq!
Amazing 🔥🔥
Thank you!
Are you using some vs vode extension to see the output from the speech_to_text plugin? Because I am not able to see any output from the plugin in my debug console
did you find a plugin ?
@@thevoicep6562 ctrl + p then search ' dart ui: add dependencies 'then search speech_to_text then click on first option
Wonderful ☺️
Thank you Uzoma!
I am facing a problem regarding sending lastwords to openAIservice function , the problem is when I press the mic button then it start listening and if I don't press it again to automatic stop listening like google voice assist works in android , it will not call the openAIservice function ,because we have passed a elseif condition there , so if I told it what I want then immediately press it again so that it will call openAIservice function and pass lastwords in it , but this way is creating problem because the speech package takes some time to recognize whole sentence and as soon as I again pressed the mic button it sends incomplete or empty sentence to openAiservice function , how can solve this pls help me.
same problem bro
@@jashwanthg3680 I found one solution of this , press mic button then say what you want to say, once it will automatically stop listening press mic button twice, then it will send proper sentence.
Hi Rivaan. I want to thank you for making this incredible tutorial (probably the best I found in all youtube). However, I am a little stuck because whenever I say something, the computer doesn't understand it and it doesn't even enter the onSpeechResult void. Also, I always get this error: audioserver, FGS Logger Transaction failed.
Do let me know when you get any solution please
Amazing 😍❤
Thanks!!
sir it give error on the response
{
I/flutter (25012): "error": {
I/flutter (25012): "message": "You exceeded your current quota, please check your plan and billing details.",
I/flutter (25012): "type": "insufficient_quota",
I/flutter (25012): "param": null,
I/flutter (25012): "code": null
I/flutter (25012): }
I/flutter (25012): }
I/flutter (25012): An Internal error occurred
Generate your own API Key and replace it.
Did this work?
@@uiux.developer i generated my own key on the open ai platform , it seems like there's a limit and the free plan doesn't work or something
@@LaibaShaheen-dp7uc Yes
how you guys getting reponse, i can't even see the responses in debug console
loosing connection to device on adding speech to text plugin what can be wrong i completely followed your steps
hey rivan next tutorial i hope restApi (CRUD) any open api in professional way
🤑
Hey, the next tutorial is building your own REST API!
I have been doing it on windows the speech recognition is not working and when I import the packages it shows url doesn't matches I have tried so much but I couldn't get a solution.later I found that it is not working on windows is there any speech recognition packages that works on windows as well I am running this on chrome
hey amazing video i had one question, will it be much diffrent if i create this as an windows app?
Error Code 429 - You exceeded your current quota, please check your plan and billing details.
Im getting this api error from the try catch block which i added to check the error code even after adding my own api key
Provided im doing this prj on android studios with flutter
same issue bro
did you get any solution?
@@ShivamRai-y4e any solution ?
@@ipe90 The thing is chat gpt api is paid now it aint free so use gemini api instead and do the changes
Good !
Please make an amazing quiz app from scratch
There are many apps related to quiz out there on RUclips, we can try create something new. What do you think?
There are but they are not advanced. I would be great if you create one with advanced features
Awesome bro ❤️❤️
Thanks Salman!
@@RivaanRanawat 😍❤️❤️
@rivaan When I am testing on my android device it is not picking the voice, any reason for that?
im facing the same issue, if you solved the problem kindly guide me.
i started your tutorial and I just don't know why in it if it doesn't enter the isListerning, I'm left with that doubt and I download your repository and run it and I get the same problem I don't know if it's because my version of flutter is 3.10.6 I'm waiting for your answer
I followed the same steps but the speech to text plugin is not working.. What should i do?
Heyy this is awesome! However I am getting a box: that says [object Progress Event] when I ask it to generate an image. I clicked the link of the image and it says "public access not permitted". Is it because I need to pay open AI or something? Kinda confused here!
Speech to text Plugin is not showing any captured words in Debug Console. My android phone mic is working perfectly and is sensing each and every word I am speaking into it.
Did you find the solution?
@@Eternal4470 nope
The same problem for me also
Same bro any solution
I think that stt is old
Bhaiya apki qualification kya hai? mein apki video dekha mujhe bahut accha laga☺.
Please reply kariyega🥺
Gave my 12th boards 2 months ago
@@RivaanRanawat to apne ye sab kaha se sikha hai resources?
Hey, I integrated openAI API and my speech is going to chatGpt. But the chatGPT not reponding correctly.
It give different results and not related results.
Can you please help me why OpenAI not working correctly?
W/MirrorManager : this model don't support
Please help with this error
how did he install httpl api ,any shortcut for that?
If youre using VS Code, you can press Cmd + Shift + P > Add Dependencies > Type http and hit enter. It will automatically install the latest version of http in your project.
It is showing an internal error occured after speaking what is the error please retify error bro
did you find a solution ?
Why wasn't the probe end-to-end tested?
Can I add stop button through api in this project? If yes, how could I?
Superb❤
Thank you!
@@RivaanRanawat you welcome I’m excited for the deploying video because it was my dream to become a coder and I wanna show your work to the world!
46:47 how you are directly adding packages from the search bar of vs code what's the shortcut
Cmd + shift + p (from Mac) and then typing Dart: Add Packages
Not sure but I think this is possible because of Dart and Flutter VS Code extension
Can anyone tell me what is the use of const in the code...even if we don't use it it doesn't gives an error except the blue lines...?🤔🤔
Blue lines are warnings. const isn't necessary in flutter code as of now, but it boosts the performance of your apps as it helps flutter know that this thing doesn't have to be rebuilt again and again, even if setState is called.
Hi, I have tried to develop it . But it always show an internal error occur while providing speech input
the same issue, did u find the solve???
Have y'all uploaded this project to GitHub? The token is considered invalid as soon as it's made public
Did not used GitHub but still getting the same error.
Is it because I am using Chrome instead of iOS/Android emulator?
Thanks!
Sorry, saw this late! Thanks to you:)
bhai please bring flutter development course for beginners
May-June will be releasing Flutter and Dart Beginner Courses
@@RivaanRanawat thank you brother
I keep getting error in dallEAPI section in openai_service, it keeps say internal error occurred, the other seems fine chat gpt, open AI but dallEAPI keeps getting errors, can you tell me how to fix it
Nice tutorial, I'm yet to go through, but I would like to know which state management did you use
Thanks! Didn't use any, the focus is on using ChatGPT and Dall-E API, kept it simple. For State Management, I've a bunch of other tutorials which use them - ruclips.net/video/B8Sx7wGiY-s/видео.html
@@RivaanRanawat great, I will follow this tutorials soon, I personally prefer the setState to keep things simple. I discovered your channel just today, I will do well to go through your tutorials 😊😊
Sir your code will run my android studio but not working speech to text even I change the package
My flutter programs for android fail to run to run in android studio. I keep on getting gradle exceptions
nice tutorial.but facing a problem that, "An internal error occurred" . Don't know where is the actual error in my coding. then I downloaded directly from your github. then it's showing again the error message.
hey did u solved that bro ??????😢
Having the same issuee
having the same issue bro
did you find a solution ?@@anamshaikh
did you find a solution ?@@MemesBook.2024
Please create a tutorial for RUclips/Netflix clone 💥❤️
Will be included in Flutter Beginners course!!
@@RivaanRanawat thank you brother ❤😊
@@RivaanRanawat & use backend also, like how to actually stream a movie or series from computer storage or cloud services, plzzz heavily need it 🥺❤️
bro, plugin is not showing to my debug console. What should i do now?
Hi Rivaan I have one Doubt i have flutter version 3.10 version but this flutter code version below 3 if write exact code it will show some error how to ressolve it ?