Entries for 'Anand Patel'
-
Dependency Injection In Flutter With Inherited Widget
Introduction To Dependency Injection
Dependency Injection is a technique for resolving object dependencies during class initialization. It allows t...
Read More >
-
BDD With Gherkin In Flutter
In this article we will learn about Behavior Driven Development BDD with Gherkin in Flutter. We will introduce the concept of BDD and learn how we can...
Read More >
-
Mixins in Dart
What mixin really is?
“In object-oriented programming languages, a Mixin is a class that contains methods for use by othe...
Read More >
-
RxDart with BLoC Pattern in Flutter
Have you already heard about reactive programming? RxDart is a reactive functional programming library for Dart language, based on ReactiveX. Dart alr...
Read More >
-
Flutter Google Maps
Creating Google Maps API Key
To Display Google Map, we must need API Key.
Step 1:
Step 2: Enable Service
We require
Maps SDK for...
Read More >
-
Dynamic Links using Flutter and Firebase
What is a dynamic link?
A Dynamic-link is a smart link that provides the best user experience on your native app such that you can control t...
Read More >
-
Facebook Authentication With Firebase In Flutter
In this article, we will add Firebase Authentication and Facebook Auth login to a Flutter application, which will authenticate a user by logging in us...
Read More >
-
Google Sign-In & Firebase Authentication Using Flutter
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. It supports a...
Read More >
-
Facebook and Google Authentication Login Without Firebase in Flutter
Install visa:
Open your pubspec.yaml file and add visa: under dependencies.
From the terminal: Run flutter pub get.
Add the releva...
Read More >
-
Install MacOs Monterey On Old Mac Pc's
Supported Models
Any hardware supporting SSE4.1 CPU and 64-Bit firmware work on this patcher. To check your hardware model, run the below command o...
Read More >