-
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 >
-
Share Data To Another Application In Flutter
We share information from our application to another, much the same as when you hit the button and share text, any link, and an image inside your gall...
Read More >
-
AutoScroll image slider without any package or dependency
class _MyHomePageState extends State<MyHomePage> {
int _counter = 0;
PageController controller = PageController();
fi...
Read More >
-
Provider in flutter
The provider package is an easy-to-use package which is basically a wrapper around the InheritedWidgets that makes it easier to use and manage. It pro...
Read More >
-
Object Cloning
Object Cloning
Creating a new object by copying the current instance/object is called object cloning. It’s important for a beginner programme...
Read More >
-
Create A Simple REST API in PHP
What is an API?
API stands for Application Programming Interface. It's an interface that allows applications to communicate with each other. In t...
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 >
-
AR-Augmented Reality
What is Augmentation ?
Something that is not present physically in front of you but virtually it is available. Also one can have the touch and feel...
Read More >
-
Webscoket in flutter
WebSockets represent a long-awaited evolution in client/server web technology. It defines a fully duplex bi-directional communication channel between ...
Read More >
-
Flutter For Web
Introduction
Flutter was first announced at Google I/O in May 2017 with an alpha toolkit and in 2018 at Google I/O, it finally hit version 1.0 with...
Read More >