hellohuanlin

Results 22 issues of 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...

p: quick_actions
platform-ios
autosubmit

*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...

p: quick_actions
platform-ios

## 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...

p: video_player
platform-ios

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...

p: quick_actions
platform-ios

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...

p: quick_actions
platform-ios

Using flutter doctor's format. The result looks great: ![polish](https://user-images.githubusercontent.com/41930132/206573514-261990fe-8676-48c8-87bb-8af1070151fe.png) *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...

team
tool

### 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...

platform-ios
team-infra
infra: device lab
fyi-ios

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...

platform-ios
platform-web

*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...

platform-ios

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...