flutter-nfc-manager
flutter-nfc-manager copied to clipboard
Request : remove Request flags enum for iOS to a Uint8List value for custom commands
Hi,
For Iso15693 it would be better to insert a Uint8List of length 1 instead of using the enum Request flags. Since iOS Request flags takes a raw Uint8 value.