flutter_barcode_scanner icon indicating copy to clipboard operation
flutter_barcode_scanner copied to clipboard

Redirecting to new screen not allowed after scanning is complete

Open Farial-mahmod opened this issue 2 years ago • 0 comments

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 .

Farial-mahmod avatar Oct 29 '22 03:10 Farial-mahmod