InNerd For TechbySaravanan MFactory Constructor in Dart — Part 1In this article, I will help you understand, how we can implement factory design pattern using the factory constructor of dart.Jun 25, 20212Jun 25, 20212
InNerd For TechbySaravanan MFactory Constructor in Dart — Part 2In this article, I will tell you how we can use factory constructor to cache instances and make our program more optimized.Jun 26, 20211Jun 26, 20211
InNerd For TechbySaravanan MNamed Constructor vs Factory Constructor in DartIn this article, we will understand what are the differences between a named and a factory constructor and when to prefer one over the…Jun 28, 20212Jun 28, 20212
InNerd For TechbySaravanan MBetter Error Handling with Either type in DartIn this article, I will talk about how we can use a functional programming concept ‘Either Type’ to handle error better in dart.Jun 29, 20214Jun 29, 20214
InNerd For TechbySaravanan MHow to handle errors when you mixed up synchronous and async code — DartIn this article I will be telling 4 ways I know to handle errors in a code that has both synchronous and asynchronous code mixed up.Jul 2, 20211Jul 2, 20211
InNerd For TechbySaravanan MRadioButton With ChangeNotifier Provider — FlutterIn this article, I will tell you how we can use radio buttons with ChangeNotifier without mixing the UI and business logic.Jul 5, 2021Jul 5, 2021
InNerd For TechbySaravanan MUnit Testing Streams in Dart/FlutterIn this article, I will tell you how we can unit test streams in our app.Jul 9, 20211Jul 9, 20211
InNerd For TechbySaravanan MImplement Service Locator design pattern with get_it — FlutterIn this article, we are going to see how we can implement a service locator design pattern with the get_it package in flutter.Jul 14, 20213Jul 14, 20213
InNerd For TechbySaravanan MStacked Package — Service Location, Routing & LoggingHello everyone, I’ve already written an article about how we can handle loading states and errors easily with the stacked package.Jul 19, 20211Jul 19, 20211
InNerd For TechbySaravanan MStacked Package — Better Busy and Error HandlingIn this article, let’s see how we can use the stacked package to handle errors and loading states more effectively.Jul 19, 2021Jul 19, 2021
InNerd For TechbySaravanan MFlutter rendering gibberish characters from REST-API?A way to encode the text data correctly from REST-API’s in flutter.Jul 23, 2021Jul 23, 2021