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
161.85k stars 26.57k forks source link

Stage changes to `flutter/packages` as a PR that migrates to `SurfaceProducer` #145930

Open matanlurey opened 1 month ago

matanlurey commented 1 month ago

... we'll actually land it after the next stable (~1 month), this lets us check that everything is working/tests are passing (on a PR branch, it won't get merged until we're ready).

matanlurey commented 3 weeks ago

Starting work on this now.

matanlurey commented 3 weeks ago

I'm trying to work on this, but am blocked by the fact I can't open the android sub-directories in flutter/packages in Android Studio. Given the types of changes I'll need to make, I really need working IntelliSense/auto-complete to make sense of the package.

matanlurey commented 3 weeks ago

Unblocked, @stuartmorgan graciously helped me. Thank you!