thanks for this series, it was great to learn testing in flutter.
@RivaanRanawat Жыл бұрын
Great to hear Karthic!
@dslkgjsdlkfjd Жыл бұрын
you have the best Flutter videos out there, I am very grateful for your work
@abessesmahi4888 Жыл бұрын
Can't wait for upcoming tutorials Thank you so much for your efforts.
@RivaanRanawat Жыл бұрын
Glad you like them!
@pramithwijethunga21619 ай бұрын
Thank you for this series. I learnt all the three types of testing in flutter.
@IloCalistus10 ай бұрын
Bro, you're a good teacher. Keep it up
@itsdavidalonso Жыл бұрын
Super useful! Would this work the same if we have a more complex app that initializes things like Firebase and Stripe in the main function?
@TravellerMann Жыл бұрын
❤ amazing work, thanks
@askhatassanbayev775510 күн бұрын
great video! thanks a lot
@behzadayubifar8071 Жыл бұрын
thank u It was quite useful
@RivaanRanawat Жыл бұрын
Glad it helped
@ananyasanwal6003 Жыл бұрын
Love from India!
@TomCat_2720 Жыл бұрын
👍
@RivaanRanawat Жыл бұрын
Thanks a lot Ananya!
@The.SniperTrader Жыл бұрын
Hey Rivaan please make video on Flutter Clean Architecture and if possible make a project on it. Thanks for this series!
@RivaanRanawat Жыл бұрын
No problem! Clean Architecture will be used in the next big project video on the channel ;)
@The.SniperTrader Жыл бұрын
@@RivaanRanawat Till when can we expect it and topic?
@owltroll8913 Жыл бұрын
Thank you very much, this video helped me a lot. All the very best to you! =)
@RivaanRanawat Жыл бұрын
Glad it helped! And thanks ^_^
@MrSdevkota6 ай бұрын
Hi Rivaan, I am trying to write integration testing for Flutter Web app that connects to firebase as backend. And when using app.main() like you have mentioned here, I do. not get the application loaded on the test flow. It just shows "Test Starting.....". Can you please guide if there is any special consideration for flutter web app to use this integration package?
@marufhassan634 Жыл бұрын
Great video Rivaan! Hoping to see a Duolingo clone some day
@RivaanRanawat Жыл бұрын
Thanks Maruf! Will get to it as soon as possible
@awaisdev85383 ай бұрын
Thanks bruh helps alot.
@TGL_Flyoalk Жыл бұрын
Hey Rivaan I like your videos since their easy to understand other programmers are hard videos and hard to understand I was wondering if you can make a video about how to deploy Twitter clone or any other project to vercel and google play don’t worry I will give you credit! Thanks!
@RivaanRanawat Жыл бұрын
Thank you! I'll make the video as soon as possible, got many requests for it. I've heard Render is pretty easy to deploy servers. However, if you want a guide, you can take a look at these links: - www.linode.com/docs/guides/getting-started-appwrite/ - marketplace.digitalocean.com/apps/appwrite - appwrite.io/docs/command-line-deployment
@IshaGupta-c8c Жыл бұрын
Thank you for this. Could you also guide how BDD tests be written with integhration_test package in flutter?
@طارقخشانة5 ай бұрын
Does I need flutter driver to run on emulator, it just tell me Tests passed without running anything on emulator
@husnulaqib5303 Жыл бұрын
Thank you very much,
@RivaanRanawat Жыл бұрын
You are welcome!
@vikashtiwari8360 Жыл бұрын
Thanks Bhai ❤
@RivaanRanawat Жыл бұрын
Most Welcome Vikash!
@hardiklakhalani6268 Жыл бұрын
Is there a lint rule to remind disposing of disposable objects?
@sahanadevi5 Жыл бұрын
Thanks . This is very useful and enjoyed learning from this tutorial. I am having one doubt how to test integration inside the dialog like tap ok button in the dialog.
@EasierGames Жыл бұрын
What is the configuration if the app has flavors?
@fimaljo7890 Жыл бұрын
how i can use flutter driver
@zuhrulanam59718 ай бұрын
Its look like a widget test, im right?
@RivaanRanawat8 ай бұрын
yep
@iiiviii9354 Жыл бұрын
After setting: 2:00
@PriyankaKumari-xf4bt Жыл бұрын
For more complex app , integration testing
@RivaanRanawat Жыл бұрын
I think unit and widget tests are important for bigger apps too. With the Integration test, you simply feel more confident about the apps as it feels like a real user operating the app and feels like a proper end to end test
@PriyankaKumari-xf4bt Жыл бұрын
@@RivaanRanawat i am unable to perform testing on complex part , like if I want it for testing loading state, success State and error state of app