#flutter

Effective way of Exception Handling in flutter

It is possible that some of you may misuse exception handling by using the "then" and "try-catch" statements together in a way that is not effective.
Published 12 months ago.
» Read More

Implementing Persistent Theme Change in Flutter Using Shared Preference and Provider

Discover how to easily implement persistent theme change in your Flutter app using the combination of Shared Preference and Provider. Improve user experience now!
Published 13 months ago.
» Read More

Mastering HTTP Calls in Flutter: An In-Depth Tutorial on Using Provider

Get a comprehensive understanding of how to make HTTP calls in Flutter using the Provider package in this in-depth tutorial. Learn how to call REST APIs and implement Provider to manage the state of your app.
Published 17 months ago.
» Read More

Building a Simple Counter App in Flutter: A Guide to Using Provider

Learn how to use the Provider package in Flutter to build a simple counter app in this informative article. Discover the basics of Provider and how to implement it in your app development.
Published 18 months ago.
» Read More

Making HTTP Calls in Flutter: A Guide to Calling REST APIs

This article will guide you through the process of making HTTP calls in Flutter. Learn how to call REST APIs and understand the fundamental concepts of HTTP requests and responses in Flutter app development.
Published 24 months ago.
» Read More

Flutter: Android Tool component missing

In this article, we will see how can we fix Android Tool component missing error. This error started coming after flutter 2.5.0 and above.
Published 29 months ago.
» Read More

Flutter: Pop up menu list view

This article teaches how to show pop menu for each list item in list view. This could be simple for intermediate but difficult for a beginner or junior developers.
Published 38 months ago.
» Read More

Creating a Multi-Level Dropdown Menu in Flutter: 2

Learn how to create a multi-level dropdown menu in Flutter using network data. Understand the basics of implementing a nested dropdown menu in your app and how to use it effectively with this in-depth guide.
Published 38 months ago.
» Read More

Flutter Select Item of List

Selecting multiple items using tap or long-press is a very common feature and you can probably find this in most of the utility apps.
Published 38 months ago.
» Read More

Creating a Multi-Level Dropdown Menu in Flutter: 1

Discover how to create a multi-level dropdown menu in Flutter using local data. Learn the basics of implementing a nested dropdown menu in your app and how to use it effectively with this in-depth guide.
Published 38 months ago.
» Read More

Flutter: Everything you need to know Dropdown

In this article we will make dropdown and go deeper into it. I will try to cover most of the things which you need to know
Published 38 months ago.
» Read More

Flutter : Save page state when using bottom Nav

In this article, I will solve one of the common problem. The problem is, when they switch between two pages using bottom navigation it doesn't keep the state of the page.
Published 39 months ago.
» Read More

Disable screenshot in flutter

Sometimes we don't want to allow user to take screenshot or do screen recording and share them. People now a days record videos and re-distribute them which is not good.
Published 39 months ago.
» Read More

Flutter: Quick Actions

When you long press on App icon on homescreen you find some option and that makes helps you in opening that page directly.
Published 39 months ago.
» Read More

Flutter: Toggle Show Hide Password

Sometimes we want to see the password and this feature is in demand now a days but because of security purpose password is not visible on our login form or any kind of form. Now developer made a button which show the password when user clicks on that and it's super cool.
Published 40 months ago.
» Read More

Flutter Debugging

This article is about debugging the flutter app. Debugging could be hard for the beginner so I wrote this article in a way that no one should face any issue.
Published 41 months ago.
» Read More

Flutter BMI Calculator App

In this article, we will make the BMI Calculator in Flutter. This tutorial is totally beginner-friendly and its covers from the basic.
Published 43 months ago.
» Read More

Flutter Drawer and more

This article is about drawer widget and it's related widget article. I showed how we can use drawer and get rid of some common issues.
Published 43 months ago.
» Read More

Flutter: Slide Button

You have seen lots of slide button in some of the premium apps and it's really a great feature. In this article you will learn how you can make that in flutter.
Published 44 months ago.
» Read More

grpc iOS stuck

If you are facing problem in Integrating Firestore(Firebase) in your iOS application. This article is only about the problem and the solution.
Published 44 months ago.
» Read More

Flutter: Dart Doc

Flutter app idea, an ultimate guide to learn flutter development by building mobile application.
Published 44 months ago.
» Read More

Flutter: Deep dive into Button

In this article, you are learn everything about the button in flutter. I'll talk about all types of button. I'll also talk about it's common use cases and problems.
Published 44 months ago.
» Read More

Flutter: Pull to refresh

You have seen pull to refresh feature in most the app, available today. This is one the awesome feature which works of pull down the list view.
Published 44 months ago.
» Read More

Flutter: Make your dart method cleaner

In this article, you are learn about writing clean code in dart/flutter. I will only talk about method or functions.
Published 44 months ago.
» Read More

Flutter: Update name and Icon

Changing Icon and Name of the is simple but it's lengthy step for beginners. You need to go deep inside the directory and update the Icon and Name.
Published 44 months ago.
» Read More

Flutter: Refresh on Navigator pop or go back

In this article you will learn how can you know when user come to the page from different page and perform any kind of callback or update the app data/UI.
Published 44 months ago.
» Read More

Why you should learn firebase?

Firebase provides us all in one solution for frontend developers. We get ready made backend which we can
Published 45 months ago.
» Read More

Learn Flutter by building real world application

Flutter app idea, an ultimate guide to learn flutter development by building mobile application.
Published 45 months ago.
» Read More

var vs dynamic in Dart

var and dynamic are used to declare variable in Dart and there is very interesting difference between them.
Published 60 months ago.
» Read More

Flutter: Advance Routing and Navigator Part 1

In this article, you are going to learn about the routing in Flutter
Published 63 months ago.
» Read More