Skip to content

Instantly share code, notes, and snippets.

@liyuqian
Last active July 9, 2020 00:16
Show Gist options
  • Save liyuqian/98c1f23b05be5ecd3458c815d4e5179b to your computer and use it in GitHub Desktop.
Save liyuqian/98c1f23b05be5ecd3458c815d4e5179b to your computer and use it in GitHub Desktop.
some public contributions

Some public contributions to Flutter:

Framework

  • Added a filterQuality parameter to texture #59966 (zljj0818) [06/2020]
  • fix memory leak of android view #50111 (Stonekity) [05/2020]
  • Add error message for flutter_gallery transitions_perf test. #47776 (linxuebin1990) [02/2020]
  • support endless recorder for timeline #47419 [02/2020]

Engine

  • Allow texture sampling quality control #18814 (zljj0818) [06/2020]
  • Fix BM_ShellShutdown regression #18676 (scutlight) [05/2020]
  • Setup default font manager after engine created, to improve startup performance #18225 (scutlight) [05/2020]
  • support endless trace buffer #16520 (yuanhuihui) [02/2020]
  • $ Avoid creating a vector when constructing Dart typed data objects for platform messages #18838 (jason-simmons with zljj0818’s original PR #18808) [06/2020]
  • $$ Fixes crash when multiple Flutter VC shared one engine #19016 (GelaZhang) [06/2020]
  • $$ future: support engine create shell with aysnc mode #18047 (lucky-chen) [04/2020]
  • $$ fix underline lineThrough and overline display exception, in the case… #16709 [02/2020]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment