The more features your Flutter app has, the harder it becomes to test it manually. Automated tests ensure that your app performs correctly before you publish it. Writing these tests for your Flutter app can help create a sturdy, bug-free code. In this talk, we will look at unit, integration, and widget testing in Flutter in a live demo while discussing various trade-offs between different kinds of testing. We will also look into multiple continuous integration (CI) services that are …
Tag: testing
If you are struggling to write tests for legacy codebase in a flutter then yesterday I talked about “Testing in Flutter” for legacy codebase at Mobile Z-days. The more features your flutter app has, the harder …
In Android, Blogs, FirebaseTags Android, emulator, firebase, testingLeave a comment
Burhanuddin Rashid
Do you know a friend/colleague who tests their application directly in the production environment? Yeah, that’s a bad practice. We should have a local or staging environment where we test our code before we push to …
Social Profiles