Build a text to speech app with flutter and Gemini.Understanding event & method channels in flutter.Jan 121Jan 121
Build a Stock Market Report app with Stream Provider using MVVM pattern.Performing a reactive search query with Riverpod.Nov 4, 2022Nov 4, 2022
Build a movie collection app with Riverpod using the MVC Pattern.A practical approach to MVC architectural pattern in Flutter.Oct 10, 2022Oct 10, 2022
Flutter MVVM architecture with Riverpod.A practical approach to MVVM architecture with riverpod.Sep 8, 20225Sep 8, 20225
How to build a customized bottom sheet with flutter.This month of July 2022 makes it 3 years since I started using this awesome framework and I must say that Flutter is great, fast and easy…Jul 8, 2022Jul 8, 2022
Flutter One-Time-Password Screen (without plugin).In this article I’ll walk you through how to build an OTP screen with basic functionalities in flutter with any package. So get your…May 16, 2022May 16, 2022
Converting JSON maps to list in flutter.In this article we are going to convert a Map to a List to display in our app from an API. A Map is a collection of key-value pairs. These…Apr 7, 2022Apr 7, 2022
Build a currency converter with flutterWorking with JSON in flutter can be challenging especially as a beginner, in this article we are going to build a currency converter app. I…Apr 4, 2022Apr 4, 2022
Exploring flutter local notificationI decided to publish this article after struggling with local notification in flutter for a personal project am currently working on. I…Jun 30, 2021Jun 30, 2021
Managing state in flutter with providerState management seems to be the largest topic in the flutter community. State management becomes necessary when we need to pass data…Nov 3, 2020Nov 3, 2020