so_wilson

Results 3 comments of so_wilson

In the dispose callback function of the scanned page, calling the pause method of the ScanController instance can solve the problem

write like this can resolve this problem: ``` /// Use WidgetsBindingObserver to monitor keyboard pop-up and retract events class _ScanToolState extends State with WidgetsBindingObserver { /// A completer that monitors...