hellohuanlin
hellohuanlin
- Refactor shortcut related logics into a separate `FLTShortcutStateManager` which manages a list of all shortcut items. The `FLTQuickActionsPlugin` class does not directly depend on `[UIApplication sharedApplication].shortcutItems` anymore. - Also...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
## The issue `copyPixelBufferForItemTime` always return nil (`hasNewPixelBufferForItemTime` returning false) on iOS 16 for encrypted video stream. ## Research There aren't too much info online. It seems to be **by...
As [suggested](https://github.com/flutter/plugins/pull/6229#discussion_r943872835) in https://github.com/flutter/plugins/pull/6229, this PR contains 2 changes together: (1) migration of `FLTQuickActionsPlugin` class, and (2) removing custom modulemap # About migration of `FLTQuickActionsPlugin`: ## Why migrating this class...
It's pretty much one to one translation. Since the ui test is a completely separate target, it does not require https://github.com/flutter/plugins/pull/6369 to be landed first. *List which issues are fixed...
Using flutter doctor's format. The result looks great:  *List which issues are fixed by this PR. You must list at least one issue.* https://github.com/flutter/flutter/issues/97730 *If you had to change...
### Use case As a sanity check, I ran an A/A test and got this result: ``` ═════════════════════════╡ ••• Final A/B results ••• ╞══════════════════════════ Score Average A (noise) Average B...
Support native edit menu on the engine side. Design doc: https://docs.google.com/document/d/16-8kn58h_oD902e7vPSh6W20aHRBJKyNOdSe5rbAe_g/edit?resourcekey=0-gVdJ3fbOybV70ZKeHU7fkQ&tab=t.0 *List which issues are fixed by this PR. You must list at least one issue.* https://github.com/flutter/flutter/issues/103163 *If you had...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
By default, SwiftUI does not come with an AppDelegate. However it's very possible that developers may add an AppDelegate so that they can listen to app lifecycle events. So it...