How to make Flutter REST API calls using Dio? GET and POST calls with headers.
Tag: api
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 … Continue reading How to call RESTAPI in ERPNext?
Barcode and QR Reader in Flutter
Flutter, being a fast growing platform for building cross platform applications (Web, iOS, Android) has things to explore every other day. Recently I was working to build a fairly simply application for a client that uses the camera to read QR Code and then via a web service validate the QR Code. You would find … Continue reading Barcode and QR Reader in Flutter