danieeelfc

Results 9 comments of danieeelfc

I can confirm this issue, not only on en_US but any locale. Subtract method was giving one day difference on my app calculation for at least 2 months until an...

@chriscdn This was the case here. I had an Obx( () => ) object from GetX surrounding a SafeArea widget. I had to remove and make another code changes to...

hey @joshdholtz ! Thanks for your reply! **Answer 1** Sure. This is the code before de migration: ``` await Purchases.setDebugLogsEnabled(true); await Purchases.setup(kRevenueCatApiKey); //legacy CustomerInfo purchaserInfo = await Purchases.getCustomerInfo(); if (purchaserInfo.entitlements.active.isNotEmpty)...

@joshdholtz thanks for your effort! Could it be something with my implementation? Revenuecat docs are very straight-forward, but maybe I could be missing something. I've tested migrating keys for one...

I'm new to git collaboration but very dependant on getx. Could johnny borges just delegate to the community the future development of getx? Or is there anything that halts him...

> Can Confirm that this works like a charm with my Pixel 6 and M1 MacBook Air Edit: Both ways Not working with Pixel 8 Pro and M1

@trunghaudinh is awesome. It's not documented on flutter but you found it out. Massive kudos!

I would advise to add also the following to extras: {"collapsible_request_id": generateUUID()} Otherwise the banner will expand every 30-120 seconds, depending on your refresh rate.