shaxxx / flutter_barcode_listener

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

How to dispose the scanner #36

Closed EcenurOzal closed 8 months ago

EcenurOzal commented 1 year ago

When I want to use textField widget's onEditingComplete callback , using Enter, barcode scanner is working.But I want to dispose it.How can I do it?

shaxxx commented 8 months ago

Why dispose it? Simply in your callback check if you want to do something with barcode or not.