shlogg · Early preview
Ashiqu Ali @ashiqu-ali

Flutter Ezetap SDK Integration For Razorpay POS Machine

Integrating Razorpay POS with Flutter: Follow these steps - install ezetap_sdk, add permissions to AndroidManifest.xml, initialize Ezetap SDK, prepare device for payment, handle payment responses.

RAZORPAY POS Integration in Flutter — Android SDK Solution

As an intern on my first project, I was tasked with integrating a POS system using the Ezetap SDK in a Flutter app. The system was meant for a payment application installed on Razorpay’s POS machine, where the app would interact with the SDK to handle transactions. The challenge? The official documentation didn’t cover Flutter SDK integration, leaving me without a clear guide. But, with persistence, the support of Razorpay’s customer service, and guidance from my senior, I managed to navigate through the obstacles.
In this post, I’ll...