flutter_webhid 0.2.0
flutter_webhid: ^0.2.0 copied to clipboard
WebHID API bindings for Dart and Flutter. Access HID devices from web applications using the modern WebHID standard.
0.2.0 #
- Renamed
HIDclass toWebHIDto avoid naming conflicts with other HID packages - Updated all references in documentation and examples
- Fixed repository URL
- Enhanced README with clearer, more practical documentation
- Removed unused
jspackage dependency
0.1.0 #
- Initial release of webhid_interop
- Modern WebHID API implementation using dart:js_interop and web package
- Full API compliance with WebHID specification
- Type-safe Dart API with null safety
- Support for device enumeration and authorization
- Input/output/feature report handling
- Event-based device connection monitoring
- Comprehensive device information access
- Complete documentation and examples