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 …
Images
Authors: David Heinemeier Hansson and Jason Fried The book mention all the pros and cons of working remotely and try to answers all arguments against remote work. It also provides a lot of ways a company …
Author: Robert C. Martin and Website First of all, let me clear this, This book is not about following some specific patterns like MVP, MVC, MVVP or MVI. This is more about how to architect and …
Summary Author: Peter Thiel Few great points to have a successful product. Your product should be unique. If it’s not unique then your product should be 10x better than the existing one. Go for monopoly. Get …
Authors: Andy Hunt and Dave Thomas, Website This book gave a lot of insight into how to be pragmatic while developing any software. The books put more effort into the DRY principle. If anything is repetitive …
Author: Martin Fowler We often hear this term in the software industry that “Don’t change anything if it works” which is so not true. This book provides all the reasons why it’s not true and why …
Author: Michael C. Feather This book changed my perception of how important is to write tests. By book definition, legacy code is nothing but a code without a test. The majority of software companies don’t consider …
Author: Robert C. Martin , Website Filled with the knowledge of 40 years of software development experience. Must read for software developers. This book teaches us any person can write code. But it requires special skills, …
Have you been in a situation where you want to test a feature from a specific branch? But you don’t have an environment set up in the local? Or you are out somewhere and don’t have …
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 …
Social Profiles