Home > Mobile >  Flutter Adding QR Reader To Bottom Tab Bar
Flutter Adding QR Reader To Bottom Tab Bar

Time:12-16

I am trying to add QR reader to bottom tab bar , but when i switch tab to another one , the qr reader still reads from Camera

CodePudding user response:

Just try pause the camera when you load the other tab inside the method initState().

  • Related