Rafael de Pádua Del Corona

Results 2 comments of Rafael de Pádua Del Corona

> Based on my understanding, it appears that the occurrence is triggered by multiple calls. Therefore, I have taken the initiative to include a loader in order to prevent the...

> ``` > > final Directory temporaryDirectory = await getTemporaryDirectory(); > /// getTemporaryDirectory() is from path_provider > final String path = "${temporaryDirectory.path}/image.jpg"; > File(path).writeAsBytesSync(qrImage!); > /// Type of qrImage is...