Godwin Alexander Ekainu flutterpage.hashnode.dev·May 25, 2024Testing Flutter Widgets for BeginnersIn this tutorial, we will learn how to write Flutter widget tests to ensure that every element on your mobile app screen is rendered correctly under various scenarios. For this tutorial, we will have to create a simple flutter application and write a...42 readsFlutter
Chandra Kumarpsuedopolymath.hashnode.dev·Apr 8, 2023GetX and Flutter Widget Testing: How to use Mock GetX controller?One of the most important aspects of mobile app development is testing. Widget testing allows you to verify that your app's UI is behaving as expected and helps you catch bugs before they make it into production. With GetX, you can streamline your wi...1 like·2.3K readsFlutter
mazhar zarsawflutterwithdotnet.hashnode.dev·Jan 3, 2023A journey through state management and widget testing in FlutterIntroduction As a Flutter developer, you are undoubtedly familiar with the many challenges of building robust, scalable, and reliable mobile apps. One area that has garnered a lot of attention in the Flutter community is state management: the process...13 likes·452 readswidget-test