Flutter

Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia and the web from a single codebase.

Get User Location in Flutter with Geolocator Plugin

Get User Location in Flutter with Geolocator Plugin

Today let us explore the possibility of getting user location in flutter. We will use the Geolocator plugin to achieve this. Create New Flutter Project As I have done in my other Flutter projects, we will start this project by creating a new project. We will call this project “InstaLocation”. flutter create InstaLocation Now you …


Get User Location in Flutter with Geolocator Plugin
Read More »

AppLifeCycleState Management Implementation in Flutter

AppLifeCycleState Management Implementation in Flutter

As a mobile app developer, you will be required to use AppLifeCycleState at some point. With the usage of Flutter, I could not find many useful articles online regarding AppLifeCycleState management in Flutter. So I thought why not write an article about it. Just before the thought came for me to write this article, I …


AppLifeCycleState Management Implementation in Flutter
Read More »

Connect Your Flutter Project with Google Firebase

Connect Your Flutter Project with Google Firebase

Firebase is a backend platform developed by Google for developing Web, Android, and iOS applications. It offers a real-time database, different APIs, multiple authentication types, and a hosting platform. In this tutorial, you will find step by step guide on how to connect your flutter project with Google firebase. Check The Best Open-Source Alternative To …


Connect Your Flutter Project with Google Firebase
Read More »

Using Fingerprint and FaceID Authentication with Flutter

Using Fingerprint and FaceID Authentication with Flutter

Introduction Nowadays almost all smartphone comes with either Fingerprint Sensor or Face ID or both. We being a developer can make use of this feature and secure our app. So in this tutorial, I will explain to you about how to code and add a fingerprint authentication method in the Flutter app. These days most …


Using Fingerprint and FaceID Authentication with Flutter
Read More »