Blog

Flutter Synchronized

Flutter Synchronized: In this tutorial, we are going to learn Flutter Synchronized to synchronize data in flutter app. we are using the basic lock mechanism system to prevent concurrent access to asynchronous code. The goal is to ensure for a single process that some asynchronous operations can run without conflict. But it would not solve cross-process […]

Flutter Authentication Buttons

Flutter Authentication Buttons: We all know that every social network has its own login button or icon represents its branding. In this tutorial, we are going to learn the Flutter Authenticating button widget library containing popular social networks such as Google, Facebook, Twitter, and Microsoft. Follow the below steps to create Flutter Authenticating Buttons. Add […]

Flutter Spinkit

Flutter Spinkit: In this tutorial, we are going to learn flutter spinkit or custom loading indicators in Flutter. In most of the times, we need to add some indicators to indicate the particular action such as a page is loading,  video download is in progress to indicate this we re using indicators for that particular action. […]

Flutter Equatable

Flutter Equatable: In this tutorial, we are going to learn about Flutter equatable. Using flutter equatable we can Simplify Equality Comparisons. in order to compare different instances of the same class we have to override the == operator as well as hashcode. By default, ==  returns true if two objects are the same instance of the class. Suppose, […]

Flutter Image Picker

Flutter Image Picker: In this tutorial we are going to study Flutter Image Picker means picking an image from your device library OR taken a photo from your mobile camera and saving it into your gallery or picking camera image or taking the video from your device library. Implementing Flutter Image Picker in your app: […]

Flutter Material Color Picker

Flutter Material Color Picker: In this tutorial, we are going to study about Fluter material color picker to use colors in your application whenever required. Flutter Material Color picker is a Flutter widget, used to customize the colors in Flutter app. By default, Material Color picker is a Material Colors, but you can define your own customized […]

Flutter ColorPicker Example

Flutter ColorPicker Example: An HSV color picker inspired by chrome developer tools and a material color picker for your flutter app. Hue, Saturation, and Value (HSV) is a color model that is often used in place of the RGB color model in graphics and paint programs. In with this color model, a color is specified and […]

Flutter Date Time Picker Multi Language

Flutter Date Time Picker Multi-Language: In this tutorial, we are going to learn about Flutter date time picker functionality for multi-language. you can choose the date or time / date&time both in multiple languages: it supports the following languages as shown below English(en) Persian(fa) Chinese(zh) Dutch(nl) Russian(ru) Italian(it) French(fr) Spanish(es) Polish (pl) Portuguese(pt) Korean(ko) Arabic(ar) […]

Flutter Icons

Flutter Icons: In this tutorial, we are going to learn about Icons. an icon is a picture image or graphical image or ideal picture image used or displayed on a mobile/computer desktop screens to help the user navigate an on Android or IOS devices based on this icon. The definition of an icon is a graphic representation of […]