Tag: dio

  • REST API Calls in Flutter using Dio

    REST API Calls in Flutter using Dio

    How to make Flutter REST API calls using Dio? GET and POST calls with headers.

  • Barcode and QR Reader in Flutter

    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…