Filip Hracek
Filip Hracek
FWIW, there notice is already there, in the set up section: > It might be tempting to select the web as your development target. The downside of this choice is...
Hi @JaspervanRiet, @michael4snupps, Is there a simple reproduction for this performance issue? This would be great to add to [the benchmarks](https://flutter-dashboard.appspot.com/benchmarks.html).
Thanks you @JaspervanRiet, this is great!
FWIW, I'm also getting the deprecation warnings, with the latest firebase plugins ([`firebase_core 2.15.1`](https://pub.dev/packages/firebase_core)). As for the dSYM package, I guess we need a new documentation. For now, please try...
Hi @stefano-ottolenghi, thanks for the issue and yes, I'd be happy for a pull request. I'm guessing you want to start somewhere here: https://github.com/filiph/linkcheck/blob/master/lib/src/parsers/html.dart#L100-L106 If I were you, I'd add...
FWIW, I just found this bug in my code: ```dart void doSomethingWith(Entity entity, Context context) { // ... lots of code ... final entitiesInRange = context.getEntitiesInRange(entity.position, 42); for (final entity...
Thanks @qodjf for the issue and for your suggestion how to resolve it. You were right!
Actually, since `MultiTapListener` already takes care of so much, maybe all we need is a `SecondaryTapListener`? Basically just keeping `MultiTapListener` to be the hero, just adding the extra case for...
Just saving the [Discord discussion](https://discord.com/channels/509714518008528896/1077605998400917524) with @st-pasha for posterity, as I'm sure it will come in handy, and Discord eats older messages AFAIK. > As far as I can see...
Any chance you or any of your dependencies are using the dart:js interop? These don't mix well with package:js (which is what service_worker uses). On Apr 29, 2017 01:19, "Mike...