article.temiajiboye.comSimplifying State Management in Flutter Using ValueNotifier and ValueListenableBuilderState management is a crucial aspect of building Flutter applications. In this article, we'll explore how to use ValueNotifier and ValueListenableBuilder for effective state management, from simple use cases to complex scenarios. We'll build an e-com...Sep 11, 2024·17 min read
article.temiajiboye.comComprehensive Guide to Testing Riverpod ProvidersIntroduction to Riverpod Riverpod is a reactive Caching and Data-binding Framework which can be used as powerful state management library for Flutter and Dart applications, created by Remi Rousselet, the author of the popular Provider package. It add...Aug 21, 2024·13 min read
article.temiajiboye.comTaming the Beast: Mastering Forms in FlutterEver found yourself pulling your hair out over form handling in your apps? Trust me, I've been there. Forms can be a real pain, but they're also the bread and butter of most apps. So, let's roll up our sleeves and dive into the world of Flutter forms...Aug 21, 2024·8 min read
article.temiajiboye.comTesting Permission Handling in Flutter: A Comprehensive GuideWhen developing Flutter applications that require device permissions, it's crucial to thoroughly test your permission-handling logic. This article will guide you through the process of testing a permission service class, using a PermissionHandlerAppP...Aug 18, 2024·4 min read
article.temiajiboye.comIs Learning Flutter Worth it? My Year in Review.Grab a glass of juice and follow me on a ride. I'm not sure how long this is going to be but it's worth mentioning that it might be a lengthy one. Recommended Listen to the Podcast version of this. I gave more detail on getting a Job as a Flutter Dev...Dec 29, 2021·6 min read