flutter-nfc-manager icon indicating copy to clipboard operation
flutter-nfc-manager copied to clipboard

Request : remove Request flags enum for iOS to a Uint8List value for custom commands

Open nicolascrochet7 opened this issue 1 year ago • 0 comments

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.

nicolascrochet7 avatar Mar 22 '23 09:03 nicolascrochet7