Skip to content

Category Archives: Flutter

A tuple is a collection of items that could be dissimilar. It is the list-like data type. Since it is not a built-in data type… Read More
Decorating text fields can be a big task if you have a large application. There is a package gradient_textfield that could make this time-consuming task… Read More
Modern applications majorly that require OTP verification require OTP style input fields. We need to generate larger boilerplate code for creating amazing input fields. Then,… Read More
The applications generally involve taking input from users, and users want to paste information from the clipboard, but the application doesn’t support it. This can… Read More
Machine Learning is being used widely in projects today. It requires knowledge of Machine Learning to create models, for application developers who want to use… Read More
If the app involves a color picking system, we can do it effortlessly in Flutter using the flutter_colorpicker library. It is easy to customize which… Read More
In Flutter, share_plus is a library to share content across different platforms. In this article, we are going to create a simple app to show… Read More
There is a very common pixel overflow error in Flutter whenever there are too many widgets in a Column and they are not able to… Read More
Flutter is a powerful tool to develop cool android and ios apps and much more like PWAs from a single code base. In this article,… Read More
In Flutter, if you are wondering is there any way to work with English words or where to find any library that works with English… Read More
TextButton is a built-in widget in Flutter which derives its design from Google’s Material Design Library. It is a simple Button without any border that… Read More
Badges can be used for various purposes in an application. For example, showing the number of messages, number of items in the cart, etc. In… Read More
In Flutter, rflutter_alert is useful to create alerts in applications easily. It is a customizable and best way to create alerts in Flutter. In this… Read More
Flutter SDK is an open-source software development kit developed by Google. Sometimes, the features of your application require the device of the user to be… Read More
The major seen usage of the switch is in switching between dark and light theme of app. It depends upon UI what kind of switch… Read More