Gábor
Gábor
Well, the idea seems tempting at first but then, think about it, we don't need to work it on all platforms. This is a specifically _web-only_ package, after all...
Let's try to sort it out because it seems to complicated to evaluate now. :-)) Part of it is due to the braindead formatting decisions of `dartfmt`, I can see...
@sgehrman Oops, I expected GitHub to be smarter and to realize that the baseline became closer to your version with me applying the same formatting changes (expecting those to cancel...
So, what I could suggest is the following: - Let's leave the formatting of the .JS file as is. The dartfmt rules only apply to Dart, not JavaScript, anyway. The...
I now practically have this (not yet uploaded, I didn't want to make even bigger of a mess than it already is): ```js drop_handler(event) { event.preventDefault(); var files = [];...
@sgehrman Shall we proceed with it somehow?
@sgehrman Now I really lost track of where we are... :-) The new lints are OK, the SDK version is not important because it works with the older ones as...
Considering that I have no real iOS device, only emulators, I don't think I can do anything about it now. :-)
How many of those do you really have? Every one of the dropzones is a separate platform view, so I'm not very much suprised that the Flutter engine has an...
I'm not sure it's a question of disposal as every zone should have its link to the handler by a unique id. Could you possible create a minimal sample that...