Luke Chadwick
Luke Chadwick
I am seeing the same error: For reference I found: https://stackoverflow.com/questions/45893294/permission-denial-with-file-provider-through-intent and https://stackoverflow.com/questions/57689792/permission-denial-while-sharing-file-with-fileprovider Specifically, the stackoverflow solution involves adding: ``` Intent chooser = Intent.createChooser(intentShareFile, "Share File"); List resInfoList = this.getPackageManager().queryIntentActivities(chooser,...
If anyone is interested in using this bugfix until it is merged you can do so by adding the following to `pubspec.yaml`: ``` flutter_share: git: url: https://github.com/vertis/flutter_share.git ``` Just make...
Hi Jon, This is not really intended for public consumption (it's a personal mirror of the selenium-webdriver project, because it isn't/wasn't on github). As such it's quite old. Regards, Luke
No probs, just didn't want you to be confused :) On 30/01/14 3:06 PM, Jonathan Chrisp wrote: > Hi Luke, > > No worries, I noticed this as soon as...
How do you imagine these would work. It's not going to be possible to wrap text around them
That's interesting. I haven't changed anything in quite a while. I'll see about updating it. On Tue, May 22, 2018 at 7:05 PM, Max wrote: > $ wget http://www.agner.org/optimize/objconv.zip $...
Yes I agree that this could be better. You're welcome to have a crack at improving the styling a little, I'll likely not have time for the next few weeks:...
Seems like a good idea / behaviour that is the desired one.