- Prerelease with breaking API changes. It enables the user to properly await until a command was send to the underlying Zebra API as well as specifying command identifiers to listen on the result of any action.
- Include changes from LenhartStephan to prevent crosstalk when several instances of package are running on one system
- Change signature of
FlutterDataWedge
constructor to always enable listening ot ScannerStatus - Remove pubspec.lock files to match recommendations
- Add documentation for
enableScanner(bool)
,activateScanner(bool)
,startScanning(bool)
- Add stream to listen to
ScannerStatus
changes - Refactor code, emphasizing use of enums of strings etc.
- Fix wrongly named class
- Maintainer switched from rafaeljustinox to Circus Kitchens
- Include changes from LenhartStephan which based the package on Streams
- Update Gradle to Versions 7.4
- Feature: Scanner status
- Updated className
- First version