How to get Device info – Flutter

Device info flutter

An app should not be limited to a single device, it should work on all devices, which should be the first priority for any developer. Sometimes unlikely our application probably … Read more

How to Check Battery Level and State in Flutter

Battery level

We all know how important it is to keep track of the battery cycle in our phones because it is the only source to run the device. In this tutorial, … Read more

Disable copy/paste/cut, and select all options on TextFormField

disable copy

In this post, we are going to learn about the way of disabling copy, cut, paste, and select all options on TextFormField. In TextFormField, we have a parameter called enableInteractiveSelection … Read more

How to Copy or Past the Text from the Clipboard in Flutter

flutter clipboard

In most cases when we use a mobile apps we have to copy the text to the clipboard and paste it into another application. For example, copy the word and … Read more

Email Validation In the Flutter

Email verification in flutter

Before sending the user’s input to the server, email validation is the best practice. We should check the email address to see if it is valid or not and display … Read more

Turn ON or OFF Flashlight with Flutter

flashlight

As we are all aware The significance of a flashlight on a mobile phone It’s one of our phone’s most valuable accessories; we can use it as a helpful flashlight … Read more

Working with WillPopScope Widget

WillPopScope

We can notice that a few apps have a feature where if we use the back button to exit the app, a message appears with the text “Please click BACK … Read more

Flutter Toast Messages

Flutter Toast

A Flutter Toast is used to display a flash message on the screen. It occupies a minimal amount of screen space and the existing content remains visible. After some time, … Read more

Barcode scanner / QR Code Scanner in Flutter

flutter barcode

The majority of applications use Barcodes and QR codes for scanning product data, transferring cash to somebody, keeping the info in QR code format so on. we will store text, SMS, URLs, phone contacts, photos, and a lot of other formats in QR codes … Read more