#dart

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

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: 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

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