Matic

Results 6 comments of Matic

simply split the expression to multiple parts: ``` let randomFloat: (CGFloat) -> CGFloat = { modi in let temp = (0 - modi) + CGFloat(arc4random()) let temp2 = CGFloat(UINT32_MAX) *...

Hi @yeonho1. I've had similar issue and fixed it by setting the `form` parameter when creating a new chart. As `form` accepts the `CGSize`, you can simply get the width...

I have the same issue on iPhone 12 - iOS 16. This happens when you are trying to call `getPurchaseHistory()` and `getAvailablePurchases()` on a development build and you are not...

> [#16871 (comment)](https://github.com/firebase/flutterfire/issues/16871#issuecomment-2563679279) > > I just tried this, and it seems to be working fine. > > Future.delayed(const Duration(seconds: 2), () async { > final message = await FirebaseMessaging.instance.getInitialMessage();...

> The problem with iOS is that the initial notification is received in this delegate method handler: https://github.com/firebase/flutterfire/blob/main/packages/firebase_messaging/firebase_messaging/ios/firebase_messaging/Sources/firebase_messaging/FLTFirebaseMessagingPlugin.m#L224 > > We have no control over when that becomes available. I...

> ditto when running `pod update ` > > ``` > [!] CDN: trunk Repo update failed - 2 error(s): > CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/Specs/b/b/1/OpenTelemetrySwiftApi/1.6.0/OpenTelemetrySwiftApi.podspec.json Response: Error...