Results 3 issues of crystalstorm

Make iOS Promotional Offers in in_app_purchase plugin usable Resolves: [[in-app-purchase][iOS] Promotional Offers in iOS not working](https://github.com/flutter/flutter/issues/107533#issue-1303299545) ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process...

p: in_app_purchase
platform-ios
needs tests

regarding #526 HKWorkout requires different class which is neither HKCategorySample nor HKQuantitySample and it was missing. That's why there was a cast error. I left a TODO because there is...

This will fix the relabeling issues reported here #363 and here #377 ``` if len(r.Matches) > 0 { replacement := "" for i := range r.Matches { if r.Matches[i].CompiledRegexp.MatchString(sourceValue) {...