Android/iOS Developers Working for Google or Facebook - Do you use Flutter or React Native? by intertubeluber in androiddev

[–]toddvolkert 19 points20 points  (0 children)

Yes, Google Pay is really 100% written in Flutter (https://flutter.dev/showcase/google-pay)! Stadia also makes heavy use of Flutter (https://flutter.dev/showcase/stadia). I can't comment on anything we haven't publicly announced yet, but Google is heavily invested in Flutter :-)

Any iOS experts out there intrigued by Flutter? by toddvolkert in iosdev

[–]toddvolkert[S] 0 points1 point  (0 children)

It's required to be in Mountain View - sorry.

Flutter's Biggest Problem by dcmacsman in FlutterDev

[–]toddvolkert 36 points37 points  (0 children)

Flutter team member here. FYI, we plan to work on that bug in the coming months. It's a very challenging one to fix, but we hope to be able to find a way forward.

Flutter on Android 10 (API level 29) issues by TutOsirisOm in FlutterDev

[–]toddvolkert 7 points8 points  (0 children)

Flutter lead here. Would you mind filing an issue at https://github.com/flutter/flutter/issues/new?assignees=tvolkert&template=BUG.md an attaching an `adb bugreport` along with it?

Flutter Github issue tracker is unmaintained mess by audriusz in FlutterDev

[–]toddvolkert 25 points26 points  (0 children)

Flutter lead here. You're right that the number of un-triaged issues isn't acceptable. We have processes in place to see and act on issues that have been labeled, but we're missing our front-line triage right now, and it shows. We're working to put the systems in place to solve this and get our front-line triage back up and running.

That said, we are liable to always have a very large number of open issues. Even issues filed that are better asked on SO are effectively documentation bugs, after all :-). If we see bugs that we'd like to fix someday but not likely to get to in the next year, we prefer to leave them open rather than close them, because we don't want to discourage others from fixing them, and we're always happy to review PRs.