(https://pub.dev/packages/printer_controller_pr3)
This flutter plugin is developed for accessing command methods of honeywell intermec printers from their android aar library. Grants access to the printer from pure flutter applications without opening any native android activity.
So much thanks to github.com/Phincode as i got a lot of help from his github.com/Phincode/honnywellintermecpr3 project in the development process.
There are few steps to implement before using the methods:
If you want to use this on a regular android device, you should load the line print service apk first.
You can download it from (https://drive.google.com/file/d/1pT3PYhWltPql44V0YFpJeuZyPkY20q3Y/view?usp=sharing)
- Add a new folder named 'libs' to your root android folder with the contents in (https://github.com/FatihGeylan/printer_controller_pr3/tree/main/example/android/libs)
- Add ('include ':libs') to android/settings.gradle
- Update your app level AndroidManifest.xml by adding (xmlns:tools="http://schemas.android.com/tools") to your manifest tag and (tools:replace="android:label") to your application tag.