flutter_barcode_scanner
flutter_barcode_scanner copied to clipboard
Redirecting to new screen not allowed after scanning is complete
Thanks for this wonderful plugin .
Description: After getting the value from streaming, redirecting to another screen to show that scanned value doesn't work. Stops redirecting to another screen after streaming is done in Flutter) . Tried so far: I have tried several times to redirect after getting the values but the camera seems to forcefully stay on foreground . Navigator redirect, GetX Redirect etc. but none seem to stop the foreground camera - thus, can't move to another screen .