cedvdb

Results 216 comments of cedvdb
trafficstars

That's the approach I'm currently using. However if there is an error thrown on the device geocoding service, there is a fallback to http geocoding. I would like to see...

Just to resume a bit the discussion for a typical simple project with dev and prod (no staging here to make it simple) : When running firebasecli configure: - There...

Could a PR eventually land to remove the need for the json and plist files eventually ? Similar to this one https://github.com/flutter/plugins/pull/5250

It does need additional maintainers. I think we should fork it and make a package with more maintainers

geo_flutter_fire_community sounds like a nice idea

That article is a good read. It still sounds like a long way to go (years). This is interesting to reduce the first frame load on the web and interportability

> I should be able to capture and mock an instance creation that occurs deep in the call tree. That's the idea behind dependency injection though. If something has to...

I removed my previous post because it wasn't thought through and was misleading on my goals. > Ehm, extension methods aren't overridden by sub-classes. The original example in the other...

it would be nice to > That's indeed something that should be improved I think. With smaller unit tests you can mock the CacheManager in the image widget. This is...