Ebrahim Mansur
Results
2
issues of
Ebrahim Mansur
this is the output when calling the following code : ` final ByteData byteData = await rootBundle.load(LogoPaths.anis); final imageData = byteData.buffer .asUint8List(byteData.offsetInBytes, byteData.lengthInBytes); String base64Image = base64Encode(imageData); Map config =...
## 🐛 Bug Report the get current position doesn't return a location I tried to test it by placing a try catch and a break point when calling [ Geolocator.getCurrentPosition()]...