LouiseHsu

Results 13 issues of LouiseHsu

As per [this readme](https://github.com/flutter/engine/blob/master/testing/ios/IosUnitTests/README.md ), the ios tests are can be built and run by running `flutter/testing/run_tests.py --type=objc` in `src`. However this is the output: ``` Traceback (most recent call...

team
engine

Fixes https://github.com/flutter/flutter/issues/138516 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene]...

p: in_app_purchase
platform-ios
platform-macos

Fixes https://github.com/flutter/flutter/issues/148354 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...

tool

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...

p: in_app_purchase
platform-ios
platform-macos

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...

p: google_maps_flutter
p: in_app_purchase
platform-ios
platform-macos
triage-ios

dont look

p: in_app_purchase
platform-ios
platform-macos
triage-ios

Tests should be migrated to swift ahead of storekit 2 migration Part of https://github.com/flutter/flutter/issues/119106

platform-ios
p: in_app_purchase
P2
team-ios
triaged-ios

In Swift, a class has to conform to [Equatable](https://developer.apple.com/documentation/swift/equatable) to allow comparisons with the `==` operator. This is particularly useful for me when writing tests. When using Obj-C, it's handy...

c: new feature
package

Addresses https://github.com/flutter/flutter/issues/150131, but doesn't fix it, as there seem to be cases where the steps included in the messages added in this PR don't work. ## Pre-launch Checklist - [x]...

tool

Now that in_app_purchase has been [migrated from StoreKit to StoreKit 2](https://github.com/flutter/flutter/issues/116383), incrementally add missing StoreKit 2 features: - [ ] https://github.com/flutter/flutter/issues/118960 - This may or not be covered by restorePurchases...

c: new feature
P2
team-ios
triaged-ios