Maheshwar Ravuri

Results 3 issues of Maheshwar Ravuri

Does not seem to work on 17 R3 with i7-6820HK, Nvidia 980m, killer 1550 wifi, configuration.

**Describe the bug** Using the `await HealthKitReporter.addQuantity` function causes the app to hard crash. **To Reproduce** ```dart final preferredUnits = await HealthKitReporter.preferredUnits( [ QuantityType.activeEnergyBurned, QuantityType.stepCount, QuantityType.distanceCycling ], ); final calorieUnit...

Looks like `request.cf` property does not expose `ipAddress`. Fix would be to do `request.headers['cf-connecting-ip']` instead. https://github.com/invertase/dart_edge/blob/18ae5d6a968de17fc2a8d06a21a989253e6cb7bb/docs/platform/cloudflare/request-properties.mdx?plain=1#L15