shaxxx / flutter_barcode_listener

Flutter widget to listen for scanned barcode via hardware scanners
MIT License
45 stars 46 forks source link

Enable case sensitive scanned character #44

Closed fuadreza closed 8 months ago

fuadreza commented 1 year ago

Now barcode scanner also read Uppercase character

fuadreza commented 9 months ago

Hi @shaxxx , Just add attribute caseSensitive to BarcodeKeyboardListener with default value false to make it optional for older users.

marwenbk commented 8 months ago

Thank you @fuadreza

fuadreza commented 8 months ago

You're welcome, @marwenbk.

If I have to change something in the code, please don't hesitate to tell me.

marwenbk commented 8 months ago

@shaxxx are there any required changes to be made?