LouiseHsu
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...
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]...
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,...
*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...
*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...
Tests should be migrated to swift ahead of storekit 2 migration Part of https://github.com/flutter/flutter/issues/119106
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...
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]...
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...