-
Background local notifications in Flutter
Sometimes user wants some very important features like the latest news updates, latest articles updates, weather condition alert, complete his/her pro...
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 >
-
Avoiding Jank in Flutter
Parsing large JSON files can lead to poor performance of apps and shuttering animations. If parsing and computing a large JSON file take more than 16 ...
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 >
-
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 >