Skip to content

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.

License

Notifications You must be signed in to change notification settings

moghoneim-code/printer_controller_pr3

 
 

Repository files navigation

printer_controller_pr3

(https://pub.dev/packages/printer_controller_pr3)

Getting Started

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.

Setup

There are few steps to implement before using the methods:

Important Note

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)

Step 1:

Step 2:

  • Add ('include ':libs') to android/settings.gradle

Step 3:

  • 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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 59.6%
  • Kotlin 40.4%