We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1fc87 commit b75068aCopy full SHA for b75068a
example/lib/main.dart
@@ -18,7 +18,8 @@ class _MyAppState extends State<MyApp> {
18
@override
19
void initState() {
20
super.initState();
21
- flutterShortcuts.initialize((String incomingAction) {
+ flutterShortcuts.initialize(debug: true);
22
+ flutterShortcuts.listenAction((String incomingAction) {
23
setState(() {
24
action = incomingAction;
25
});
0 commit comments