Skip to content

Tag Archives: Flutter

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
InkWell is the material widget in flutter. It responds to the touch action as performed by the user. Inkwell will respond when the user clicks… Read More
We can create bottomsheet in flutter. Basically, we have two types of bottomsheets in material design: Persistent and Modal. Bottomsheets are used when we want… Read More
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
Positioned is a widget that comes built-in with flutter SDK. Positioned does exactly what it sounds like, which is it arbitrarily positioned widgets on top… Read More
Whenever we are developing an app we usually develop it for a single device but it is not meant for use only on a single… 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

Start Your Coding Journey Now!