Aarjan Baskota
Aarjan Baskota
You can get the stored file path using, ```dart import 'package:path_provider/path_provider.dart'; final fileName = ''; // file_name used in startRecord final filePath = await getApplicationSupportDirectory(); final audioFile = File('${filePath.path}/$fileName.aac'); //...
Same issue. While upgrading flutter to 1.7. The **flutter_svg** v0.13.0 fails. I can't upgrade the **flutter_svg** since, this package is dependent on that specific version.
This issue occurs when i use the hash widget on top of cachedNetworkImage widget in a stack. It doesn't occur if i use the hash as a placeholder widget.
Hi @mateuszwojtczak, i tried adding the java directory. But, the issue remains the same. Both pl.leancode.patrol.example.test and pl.leancode.patrol.example app gets installed in the device, but they don't get opened. `AndroidX...