stuartmorgan-g

Results 1177 comments of stuartmorgan-g
trafficstars

https://github.com/flutter/packages/blob/a99c7f5f5710f2bd63e873c5560093787baa9f51/packages/in_app_purchase/in_app_purchase_storekit/darwin/Classes/InAppPurchasePlugin.swift#L119-L122 isn't consistent with the Pigeon definition; both return lines can return `nil`, but the Pigeon definition says the return type is non-nullable. Either the Pigeon definition needs to change,...

> We have metrics that show in 2024 Q1 less than 1% of `flutter create` apps were Objective-C Just app template, or is this actually all `create` calls? If we...

Interesting. I'm not surprised that it's higher since most people probably don't plan to interact with the native app code, whereas a plugin developer by definition is going to write...

Yes, I definitely don't want to keep the app template complexity around just for plugin examples; your point is an excellent one, and I would also bet that the vast...

> Maybe we remove the radio button, and it's only supported from the command line for plugins? I think this is the most straightforward option. Making a new plugin isn't...

Couldn't we just remove the setting instead? It doesn't seem like a big deal if people using new version of the VS Code lose UI access to this flag earlier...

Have you tried a simple non-Flutter app using the Google Maps SDK on the same device to see how the performance is? This could be at the platform view level...

@darshankawar Plugins support the latest version of `stable`

That PR changed the display link timer behavior to unify codepaths with macOS; it may need tuning, or even reverting (although the latter would mean we were back to relying...

I am still planning on looking into this. I'm hoping it's caused by what's described in https://github.com/flutter/packages/pull/7466 so that we can fix without having to revert the iOS change.