Skip to content

Tag Archives: android

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
Google reCAPTCHA is one of the services provided by Google which is used to verify whether the user is a bot or not. The Google… Read More
In Android, if the configuration of the application changes, for example when the android screen is rotated, then some data is lost and reset. Especially,… Read More
Google Maps is used in many Android applications. While using Google Maps there are many modifications which you will get to see while using Maps… Read More
Preference Data Store is used to store data permanently in android. Earlier we had to Shared Preferences for the same but since it is deprecated… Read More
Bottom Sheet Dialog is one of the famous Material UI Component which is used to display the data or notifications in it. We can display… Read More
Google Map is used in most of the apps which are used to represent many locations and markers on Google Maps. We have seen markers… Read More
We have seen many apps that use Google Maps. These maps are used to indicate places on Google Maps and also we can use this… Read More
The Dashboard design is one of the key elements which engages the user with the functionality of the application. It provides information about the overall… Read More
Google Maps is used in many apps for displaying a location and indicating a specific location on a map. We have seen the use of… 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
For using any Google services in Android, we have to generate an API key or we have to generate some unique key for using that… 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
In Flutter, LayoutBuilder Widget is similar to the Builder widget except that the framework calls the builder function at layout time and provides the parent… Read More