Rexios

Results 245 comments of Rexios
trafficstars

@kevmoo I'd like to resolve all issues with WASM integration tests in `google_maps_flutter_web` before we push @a14n to push this to stable, but getting WASM integration tests working is blocked...

@JgomesAT if you are using Flutter then yes

It's almost done https://github.com/flutter/packages/pull/7077

This was expected, but the new google_maps code is not a drop in replacement for the old version for anyone thinking of trying it

@kevmoo do you have a designated person to do the migration? If not I can try and do it.

Sure! I can take a look next week.

@a14n I almost have a fully working version of `google_maps_flutter` using this new `google_maps` version here: https://github.com/flutter/packages/pull/7077 Thanks for the awesome work! I just had a few issues I resolved...

I made a custom_lint rule to enforce creating `DateTime` objects using the `DateTime.timestamp()` instead of `DateTime.now()` constructor, but I feel like this should still be an option

Would it be acceptable to implement a breaking change to address this issue? Currently, all projects are in one of the following states: - Developers are aware that their timestamps...

@wangela please pin this issue