Published inTowards DevPart 3 — MVVM with GetX: API IntegrationGlad you’re here! If you haven’t checked out the previous blogs in this series, I highly recommend reading Introduction to MVVM & GetX in…Feb 14Feb 14
Published inTowards DevPart 2- Creating Common Components and Implementing Login with MVVM and GetXIf you haven’t read Part 1 to understand MVVM and GetX, please check it out here: Part 1- Introduction to MVVM & GetX in FlutterFeb 5Feb 5
Published inTowards DevPart 1 -Introduction to MVVM & GetX in FlutterWelcome to the GetX & MVVM in Flutter Series! In this series, we’ll explore how to structure Flutter apps efficiently using the MVVM…Feb 3Feb 3
Published inProbietechFixing Animation Issues with Cubit Implementation in FlutterA Quick Guide to Resolving Animation Glitches Caused by Cubit MisconfigurationJan 3Jan 3
Sharing Feeds in Flutter with the share_plus PluginImplementing the Share FunctionalityOct 30, 2024Oct 30, 2024
Handling Changes in flutter_html and Using Custom Tags in FlutterA guide to upgrading methods and implementing custom HTML tags in Flutter appsOct 8, 2024Oct 8, 2024
Published inProbietechCreating Overlapping Designs with the Stack Widget in FlutterA Simple Guide to Overlapping Widgets in Flutter.Sep 23, 2024Sep 23, 2024
Published inProbietechUnderstanding the Difference Between StreamBuilder and FutureBuilder in FlutterSep 2, 2024Sep 2, 2024
Published inTowards DevAsync & FutureBuilder in Flutter | Quick OverviewIn Flutter, the async keyword is used to define a function as asynchronous, which means it will run in the background and return a Future.Sep 1, 20241Sep 1, 20241
Published inTowards DevStreamBuilder in Flutter | Simple Explanation & Quick ExampleStreamBuilder is also an asynchronous widget in Flutter that helps you build your UI based on the latest data from a Stream.Aug 31, 2024Aug 31, 2024
Published inProbietechChatGPT Search Hacks: Finding What You Need with EaseNavigating Efficiently in the World of ChatGPTDec 26, 2023Dec 26, 2023
Published inProbietechSeamless Reflect Widget Instantly in Flutter Using Hive Database: A Comprehensive GuideAchieving Instant Like/Unlike Feed in Flutter with HiveOct 3, 2023Oct 3, 2023
Published inTowards DevFlutter- Cubit State Management With Staggered Grid viewGood to see you back, today I will talk about state management using Cubit. Cubit is a subset of Bloc so you can think of Cubit as a…Apr 1, 20221Apr 1, 20221
Published inTowards DevMapbox Realtime Navigation- Customize the UI of Navigation in Android-Kotlin PART 2Hello people, It’s been forever that I haven’t posted anything but finally came up with an extremely useful article with the pending topic…Jan 25, 2022Jan 25, 2022
Published inProbietechForm Validation in Flutter for BeginnersThe simple form is very easy to build if it is login or regitration, but what about the validations? Is it that easy to integrate for…Jan 30, 2021Jan 30, 2021
Published inProbietechMapbox Realtime Navigation- Build a sample app in Android-Kotlin PART 1Hello, today I’m going to take one of the most important topics which personally for me was very time consuming to figure out. So to make…Nov 21, 2020Nov 21, 2020
Published inProbietechHow to send message with firebase console and One-to-One using Firebase Cloud Messaging in…When I was new in flutter I integrated push notification in the flutter application. I researched a lot but I could not find what I…Sep 6, 2020Sep 6, 2020
Published inProbietechMVVM Architecture Tutorial for begginners-AndroidIn this tutorial, We are going to learn how to build MVVM Architecture for our app and how we migrate existing projects in MVVM…Jun 15, 20201Jun 15, 20201
Published inProbietechUpdate location in background using foreground service android.After many struggles I’ve decided to write this article to get a location in the background. I tried many ways to do it but when i removed…May 8, 20203May 8, 20203