Jenn Magder

Results 581 comments of Jenn Magder
trafficstars

> Thanks @jmagman, but I referenced this issue before opening this. It was not resolved but closed due to inactivity. Sorry, that comment was directed at the Flutter team for...

This would likely be fixed by getting rid of the Xcode launch https://github.com/flutter/flutter/issues/133465#issuecomment-2159512125 and fixing up the prototype at https://github.com/flutter/flutter/pull/150113

> we briefly mentioned that `pointer_interceptor` should have been in the engine. Could you elaborate more? Originally it was for web-only, but at the point it was relevant for iOS/macOS...

> when creating a new project and add the `image_picker` plugin , issue not re-producing , only issue persisting existing project Can you zip up and attach `ios/Runner.xcodeproj` and `ios/Runner.xcworkspace`...

> hi @darshankawar ,sorry for the late, the issue related to Flutter's SPM (Swift Package Manager) MIgration I missed this comment--Swift Package Manager is only supported on the main channel,...

@hellohuanlin can you take a look? My concern is that this regresses https://github.com/flutter/engine/pull/16496 and b/149077991, in which case we need a different solution. https://github.com/flutter/flutter/issues/138464#issuecomment-1912583460

> Should be safe since it's removing NSAssert @hellohuanlin NSAsserts are on in release mode in Flutter https://github.com/flutter/flutter/issues/157837 (cbracken mentioned he wanted to fix that)

Formatting issue https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8732309981621212289/+/u/test:_test:_Check_formatting/stdout

Ah of course, this change needs to be recreated in https://github.com/flutter/flutter/tree/master/engine post-monorepo (this entire repository was moved to that subdirectory). You can check out https://github.com/flutter/flutter/ and then `cd engine/src/flutter`. On...