Robinrobinesau.com·Oct 26, 2024Getting Started with Test Writing in Flutter for NewbiesOn my journey of becoming a junior developer, i started a lot of different side projects. For each and everyone of them i had the dream that it would eventually become a huge success an make me the next zuckerberg (avarege junior dev thinking). That ...Flutter
Ravi Patelravipatel.hashnode.dev·Sep 24, 2024A Complete Guide to Testing in Flutter: Unit, Widget, and Integration TestsTesting is a crucial aspect of mobile app development that ensures your application functions as expected, delivers a great user experience, and minimizes the likelihood of bugs reaching production. Flutter, with its rich testing framework, provides ...flutternik
Nabraj Khadkanabrajkhadka.hashnode.dev·Jul 19, 2024Flutter Testing TipsStreamlining Your Testing Workflow Testing is an integral part of software development, and in Flutter, it's no different. Effective testing strategies ensure your app works as expected, catches bugs early, and makes maintenance easier. Here are some...Flutter
Pranav Masekarsungod.hashnode.dev·Jan 7, 2024Elevate Your Flutter Game with Unit TestingIntroduction We all get it – testing in coding seems like a speed bump. It's that thing we know we should do but often skip. Especially in Flutter and Dart, testing gets a bad rap for slowing us down. But what if I said testing could actually make th...176 readsFlutterFlutter
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
Gayathri Devi SrinivasanforGeekyAnts Tech Blogtechblog.geekyants.com·Oct 12, 2022Test-driven Development in FlutterIntroduction In this article, I will describe the steps of implementation of Test-driven Development (TDD) in your Flutter project and also cover a basic introduction to the subject. What is TDD? TDD or Test-driven Development is the practice of writ...12 likes·3.4K readsflutter testing