-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
So, after taking a look at this PR flutter/plugins#1800, I figured that I could help to simplify the quick actions plugin in the android side of things. I coded the change here https://github.com/BugsBunnyBR/plugins/tree/plugin/quick-actions
but it is a breaking change and I am not an iOS developer, so I would like to check if there is anyone that can help with it.
The idea is that a shortcut should take the user to a route inside the app using the method onGenerateRoute in MaterialApp and CupertinoApp.
So I forward the shortcut type as a route in the Android side of things and force the recreation of the Activity.
How to implement it on iOS is what I need help. Anyone?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.