Design

In this guide, we will learn how to implement the Counter Badge in Flutter by using the external package name badges. The counter badge is very necessary for cart buttons, inbox buttons, and orders like UIThe counter badge is very necessary on cart buttons, inbox buttons, and orders like UI. Badges can be created using the […]

Continue Reading  

In this guide, we will learn how to implement the Slidable in Flutter by using the external package name flutter_slidable. Slidable in an application can be used to perform a wide range of tasks with just a simple swipe to either right or left on the tile. It not only makes the UI very user-friendly […]

Continue Reading  

In this article, we will learn about changing the theme (Light/Dark mode) of an app by using custom options with Bloc. Bloc is a state management library that helps improve the code’s quality and makes handling states in the app much more manageable. Dynamic Theme means changing/updating themes on the fly from anywhere inside the app. […]

Continue Reading  

In this guide, we will learn how to implement the WillPopScope in Flutter. WillPopScope is a widget that gives us control over the back button action, allowing the current page to go back to the previous one if it meets certain requirements. This is achieved using a callback, which the widget takes in as one of […]

Continue Reading  

In this guide, we will learn how to save an image to the gallery by using the external package name gallery_saver in a flutter. Basically, it saves images and videos from the network or temporary files to external storage. Both images and videos will be visible in Android Gallery and iOS Photos. To set up the […]

Continue Reading  

As mobile developers, we sometimes have to create sliding, animated, background image carousels, but sometimes we require to create a sliding card carousel that contains some data with different background colors or gradients. In this guide, we will learn how to implement the Carousel Slider in a flutter.  Carousel Slider is one of the most […]

Continue Reading  

In this guide, we will discuss How to implement Interactive Viewer in Flutter. For this, we should know some basic information about what an Interactive Viewer in flutter is. InteractiveViewer is a widget that allows pan and zoom interactions with its child. One of the common use cases of the widget is for displaying an image where the […]

Continue Reading  

In this guide, we will discuss how to create a Button with Loading Spinner in a flutter. For this, we should know some basic information about what a Loading Progress Indicator in flutter is. Progress Indicator informs users who are using the app about the ongoing Process such as loading an app, submitting a form, or uploading a document online. As […]

Continue Reading  

In this guide, we are going to learn the concept of a tween animation in Flutter, how to create it, and we will look at examples of a tween animation. First of all, we should know what is Hero animation in a flutter. Animations are one of the essential parts of making the UI of […]

Continue Reading  

In this guide, we are going to learn the concept of a hero animation in Flutter, how to create it, and learn different properties of it, and we will look at examples of hero animation. First of all, we should know what is hero animation in a flutter. The Hero refers to the widget that […]

Continue Reading