zebra_wedge_scanner 1.0.0
zebra_wedge_scanner: ^1.0.0 copied to clipboard
Flutter plugin for Zebra DataWedge (Android) with typed and generic command APIs.
1.0.0 #
- Initial stable release with full Zebra DataWedge Android plugin support.
- Added typed and generic command APIs for comprehensive DataWedge control.
- Added event streams for scan data, command results, notifications, and debug messages.
- Added profile management, scanner control, notifications, and diagnostics APIs.
- Added clean architecture with public API facade, platform interface, and method-channel adapter.
- Updated example app and comprehensive test coverage.
0.1.4 #
- Rewrote README with beginner-friendly, step-by-step integration guidance.
- Added deep explanations for core concepts, events, profile setup, and API usage.
- Added Pub.dev publishing checklist and practical troubleshooting flow.
- Added license and legal transparency notes (MIT license, independent project disclaimer, and trademark usage guidance).
0.1.0 #
- Added production-ready Zebra DataWedge Android plugin implementation.
- Added typed APIs for profile setup, scanner control, notifications, and diagnostics.
- Added generic sendCommand and sendCommandBundle APIs for broad DataWedge command coverage.
- Added event stream for scan data, command results, notifications, and debug messages.
- Added clean architecture separation via public API facade, platform interface, and method-channel adapter.
- Updated example and tests to use current plugin API.