Anthony Sansone
Anthony Sansone
@anderdobo : Do you have a timeline envisioning when we should add this?
I am investigating this. Thanks for raising this to our attention.
@parlough : Consider this the framing issue for this project.
This appears to be a [CocoaPods issue](https://github.com/CocoaPods/CocoaPods/issues/5077) as explained on [this page](https://www.appsloveworld.com/coding/ios/98/xcodebuild-error-app-xcworkspace-does-not-exist). We'll update the docs to account for this.
@Hixie : Considering Snap has closed source, should we consider dropping support for it?
@jacob314 : Do we want to offer FlatPak as a Linux publish option?
@leafpetersen : Ping for visibility.
@munificent : Is this still needed with Dart 3?
Looks like this can be added at this page location: https://dart.dev/language/constructors#factory-constructors
@johnpryan : This looks like an error with the sample in the [pubspec.yaml at line 22](https://github.com/dart-lang/samples/blob/main/ffi/hello_world/pubspec.yaml#L22). It points to `../test_utils` which does not exist in the sample. `../test/` does. If...