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
162.21k stars 26.64k forks source link

[quick_actions] Add support for Google Surfaces #147519

Closed RobMW closed 5 days ago

RobMW commented 2 weeks ago

Use case

Currently quick_actions_android uses ShortcutManager.addDynamicShortcuts instead of ShortcutManagerCompat.addDynamicShortcuts thus making all shortcuts not compatible with Google surfaces (example: Google Assistant) as per Android official docs

Proposal

Switch to ShortcutManagerCompat. This would help also with #134351