Skip to content

Tag Archives: android

It’s known that many of the android apps that have installed on the phone contain widgets. The most common examples are the Calendar and the… Read More
In this article, ElasticView is added in android. The ElasticView is a regular CardView, which can flex from user touches. OnClickListener and other various important… Read More
In this article, ToolTipopupWord is added in android. Basically it is a popup window that appears when a word or some text is long pressed… Read More
In this article, WheelView is added in android. WheelView provides a very impressive UI that allows the developer to create a Wheel and add items… Read More
The RichText widget is used to display text that uses various different styles. The displayed text is described using a tree of TextSpan objects, each… Read More
Signed Apk generates a key and this key can be used to release versions of the app, so it is important to save this key… Read More
The ClipRRect widget in flutter is used to clips its child using a rounded rectangle.  It associates with the Clippers family. The main use of… Read More
The ClipRect widget is used to clips its child using a rectangle. It associates with the Clippers family. The main use of clippers is to… Read More
The RotatedBox widget is used to rotate its child by an integral number of quarter turns. It is used to orient its child widgets into… Read More
The Opacity widget that makes its child partially transparent. This class colors its child into an intermediate buffer and then merges the child back into… Read More
To add images from the camera in flutter, we’ll use the image_picker package. For this, you’ll need to use your real device. Follow the below… Read More
A floating action button is a circular icon button that hovers over content to promote a primary action in the application. Floating action buttons are… Read More
Center widget comes built-in with flutter, it aligns its child widget to the center of the available space on the screen. The size of this… Read More
FlatButton is the material design widget in a flutter. It is a text label material widget that performs an action when the button is tapped.… Read More
In this article, let’s look at how you can set up a development environment for Flutter, if you’re using Ubuntu 20.04. It was difficult earlier… Read More

Start Your Coding Journey Now!