Flutter is an open-source User Interface SDK that is Software Development Kit. Flutter is an open-source project, and it is maintained by Google. This is… Read More
Tag Archives: Flutter
The Swipe to dismiss feature is used by us in many mobile apps. In this article, we will create a list of items and implement… Read More
Nowadays almost all the mobile application uses a dark theme, for example, Instagram, Whatsapp, Youtube, etc. It’s easy to implement in Flutter, Just a few… Read More
User Interfaces (UIs) are a critical component in the achievement and agreeableness of applications and websites. Also, since UIs are about looks and plan dialects,… Read More
Local State (sometimes called UI state or Ephemeral State): It is a state which can be manageable in a single widget. There is no need… Read More
If you are a beginner and want to make some mobile apps, but you are confused about the technologies and frameworks for mobile app development… Read More
In this article, we will see how we can use callback functions in flutter. We will learn about different methods to implement callback functions in… Read More
The provider package is an easy to use package which is basically a wrapper around the InheritedWidgets that makes it easier to use and manage.… Read More
Flutter in 2021 is the rising star in the field of cross-platform app development. Be it a student’s college project, a small startup, a unicorn… Read More
The provider is a simple state management technique that is used for managing a piece of data around the app. It is basically a wrapper… Read More
Adding to favorites is a prevalent feature in many applications. It enables the users to mark or save images, addressed, links or others stuff for… Read More