365Bloggy Flutter Row and Column Row and column are the two main widgets of flutter. We can design any screen with this widget of the application. Row and column widgets are set on the screen horizontally or vertically as per the app...
365Bloggy How to Add Manifest Permission to an Android Application? An AndroidManifest.xml file must be present at the root of the project. The manifest file contains the permission, activity, services, etc. The manifest file enters the point of application to show wh...
365Bloggy How to Enable Full-Screen Mode in Android? In this tutorial, we will learn how to activate full screen in Android Studio. For example, if we are viewing an image, we would prefer to do so in full screen mode. What we're going to do here is bas...
365Bloggy Lazy Loader in flutter The Lazy Loader is a scrollview wrapper that supports lazy loading. it is quite handy in instances where the application's aim to present limitless material in a ListView of Mobile application . In th...
365Bloggy Drawer Widget in Flutter The navigating app drawer is divided into three sections namely header,body and footer.drawer inside many items in the list and click on item then open particular screens.All children of drawer widget...
365Bloggy Open Camera and Gallery in Flutter Flutter's image_picker module allows us to add images from the gallery. This requires you to utilise your genuine device. In this article, you will learn how to create your Camera and Gallery in Flutt...
365Bloggy Mail and SMS in Flutter Mails are the most popular means of official textual communication, followed by SMS. Companies use various ways to communicate with both staff and customers. This prompted app developers to integrate ...
365Bloggy Make Call in Flutter In the event that you are developing an application, you may need to include a button that allows you to make direct phone. when user add this functionality in your application to call direct of other...
365Bloggy Design Register Page UI flutter When developing applications using Flutter, the focus is on Widgets, which are the building components of Flutter apps. The app's User Interface is made up of several simple widgets, each with a speci...
365Bloggy Design Login Page UI flutter When developing applications using Flutter, the focus is on Widgets, which are the building components of Flutter apps. The app's User Interface is made up of several simple widgets, each with a speci...
365Bloggy Shared Preferences in Android Android provides its users with Shared Preferences. Shared Preferences is a method for storing and retrieving tiny quantities of primitive data as key/value pairs to a file on the device storage, such...
365Bloggy Difference between compileSdkVersion and targetSdkVersion To setup their apps, Android developers put up a number of parameters in the build.gradle file of their project. The values compileSdkVersion and targetSdkVersion are two crucial factors that frequent...