mehmetemregokberk
mehmetemregokberk
Hi, How can we limit the file size of photos that can be added to the editor? An 8-10mb photo can be automatically converted to base64 and saved to the...
Hi, When I run the flutter app's video page on the web, I get "Uncaught UnimplementedError: init() has not been implemented." error. On iOS or Android there is no error....
Hi, My html data includes base64 image data but i can't show the image. All other things showing except image. I'm adding my data sample... What might cause the problem?...
Hi, Dialog Types like DialogType.info icons not showing on when i release the web version. But iOS or Android versions works perfectly. Even web version not have a problem on...
Hi, Please update http dependency to http ^1.0.0 or above. Thanks.
I want to upload objects in storage folders. But fPutObject does not contain onProgress. Please add onProgress to all funcs.
When getting files from Bucket with this code `File file = await stream.pipe(File(filePath).openWrite());` it works on iOS and Android perfectly. But on the web release there is no path for...