flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
166.75k stars 27.63k forks source link

[pigeon] Consider removing Obj-C generator #158288

Open stuartmorgan opened 3 weeks ago

stuartmorgan commented 3 weeks ago

(Filing to track and centralize discussion, since this has come up in several discussions.)

The number of generators in Pigeon is an issue for ongoing development (e.g., event channel support), and we are currently maintaining two generators—Objective-C and Swift—for the use case of iOS/macOS plugin development. Ideally we would only maintain one, which given the direction of iOS and macOS development would be Swift.

In favor of turning it down:

Impediments to turning it down:

stuartmorgan commented 3 weeks ago

(Cross ref: Java version is https://github.com/flutter/flutter/issues/158287)