Eddayy / flutter_star_prnt

Flutter plugin for star printer
GNU General Public License v3.0
15 stars 69 forks source link

Detail status return, emulation string from model name , #15

Closed Eldhose-Islet closed 3 years ago

Eldhose-Islet commented 3 years ago
  1. Class object as a response from check status and print function, original functions are kept as such to avoid update conflict
  2. Added helper to get emulation string which needs to be passed to print functions. Thanks to ImTung for the file from repo from https://github.com/ImTung/flutter_star_micronics
  3. iOS file changes allow 'All' search
  4. More details if a port exception occurs
  5. Status JSON fixes in iOS sendCommand function

NB: Version is not changed

Eldhose-Islet commented 3 years ago

My changes are pushed.

Eldhose-Islet commented 3 years ago

Thanks Edday

viktordineout commented 3 years ago

Awesome @Eldhose-Islet 🙏 Does the package version need to be bumped up on pub.dev to use these new changes or? @Eddayy

Eddayy commented 3 years ago

I updated the package in pub.dev to 2.3.0, decided to mark checkstatus and print as deprecated and changed the names of checkStatusReturnObj and printReturnObj to getStatus and sendCommands.