I'm now converting my Android POS App to use Flutter Framework, my existing App was using Cordova Framework.
For this POS application, I used Cordova Bluetooth Printer Plugin to deal with a portable bluetooth printer as an output printer.
Now, I was trying to find Flutter Plugins that support bluetooth printer. But I didn't find one.
I was thinking to convert the Cordova plugin to Flutter plugin. I want to convert this plugin cordova-plugin-datecs-printer
Because, I didn't have much experience in Java.
My Questions, is it possible to convert the Cordova plugin by using the Java functional code that already made in the existing cordova plugin?
Can someone please help me to do it step by step or give me an overview to do the convertion.