Jason Perfetto

Results 19 comments of Jason Perfetto

This is a breaking issue and needs to be critically addressed by the team / community ASAP

Yes you can - it involves tracking the currentCameraPosition of your google map via a behavior subject, similarly to how Radius is done in the example. in the onCameraIdle method,...

Has anyone found a resolution to this bug? I face the exact same issue in flutter using CallKeep, and it seems to be an extremely common problem / use case...

+1 -> is there any way to apply coloring to the background of the chart or change axis label text color?

I created my own Stacked-y "ValidationService" that I inject anywhere I need to handle validation tasks in my view models - part of the reason I agree with @FilledStacks that...

thanks dane! As a follow up - if anyone needs to know how to register this pattern with GetIt -> ``` locator.registerLazySingleton( () => ValidationServiceImpl(), ); ``` This abstraction technique...

+1 on this - I had to click into listenToReactiveValues to see that my RxValues were no longer being listened to, since the documentation has not been updated to declare...

Its okay! this package still rules :D any plans to add a ReactiveMap class? I'm using ReactiveValue for now but there was an RxMap (it was also unsuported by old-stacked)...