Alexandre Ardhuin

Results 102 comments of Alexandre Ardhuin

This API suggest that the user has control on what is installed (via the `update` returned value). Is it intended? For instance if we use checkForUpdate and get an updateWithPatch1...

Not sure what to do as I didn't want to put too much effort on this package because it is going to be discontinued once google_maps has been rewritten with...

I'm working on a new version based on the new js interop that should support wasm compilation. Unfortunatelly I do it on my spare time and that migration is a...

I'm not in a hurry and I planned to wait that flutter_google_maps works correctly before publishing a stable version.

8.0.0 published

I started working on a new version but it is a full rewrite and will take some time to land.

This is a real big task. Not sure to have enough free time in the next days/weeks :-/

I started working on a new version but it is a full rewrite and will take some time for it to land.

I started a new generator based on scraping/parsing https://developers.google.com/maps/documentation/javascript/reference/. There are some challenges: - regarding types: e.g Dart type to use for JS union type like `LatLng|LatLngLiteral` ? - type...