Category: code
-
Flutter: Network to Local File (Image, Audio, Video)
Get network files to local and view, play on Flutter.
-
Thawani Pay WordPress Plugin
Free Thawani Payment Plugin for WordPress Woocommerce.
-
How to Map subdomain to DigitalOcean Droplet?
How to map a subdomain to DigitalOcean droplet IP?
-
REST API Calls in Flutter using Dio
How to make Flutter REST API calls using Dio? GET and POST calls with headers.
-
How to call RESTAPI in ERPNext?
At some point during the implementation, you may need to integrated some sort of 3rd party tool in your version of ERPNext. Fear not because they have it available, as they say \”Batteries Included\”. For this article, I would be using Postman for calling their APIs. Like every normal APIs, we have GET, POST, PUT…
-
How to download files in Flutter? And read.
From now and then, you might be building an app where you need to download a file or two from the internet, store it locally and then display it on the phone. Let\’s say, a chat application would require the videos, images, audios for that purpose. What to do then? Flutter has the capability to…
-
Entity Framework Core Database First to Code Model
Entity Framework Core Database First Approach to a Model