Jenn Magder

Results 599 comments of Jenn Magder
trafficstars

> I still need to track down the test failures. > > ``` > 00:19 +1667 ~3 -1: test/general.shard/ios/ios_device_start_nonprebuilt_test.dart: IOSDevice.startApp for CoreDevice in debug mode fails when Xcode workspace is...

Looks like once the CHANGELOG conflict is resolved, this is ready to be merged?

Even if add-to-app for app extensions worked and the extension lifecycle was hooked up, I believe it would be rejected from the App Store: ``` ld: warning: linking against a...

> We managed to run dart code from an extension by starting `FlutterEngine` and using the platform channel (binaryMessenger) to communicate. (We only wanted to reuse business logic in dart.)...

@Albert221 I don't think you or @andreasunterhuber are talking about using Flutter in an extension, as @alcsan pointed out (and I missed when I last looked at this issue). >...

It really depends what kind of extension target you want to add. For example, I wrote up how to add an App Clip extension https://flutter.dev/docs/development/platform-integration/ios-app-clip and https://github.com/flutter/flutter/issues/60029 But unfortunately you...

@gatzsche Maybe I don't understand your use case, but why do you need to use Flutter in your AUv3 extension? Open `ios/Runner.xcworkspace` and add your extension target as you would...

> Based on this thread I had doubt that showing a Flutter View Controller in an extension might work. I see, then you do what to use Flutter in your...

You should create a separate issue. Or maybe someone can help on StackOverflow.