There was an error while loading. Please reload this page.
1 parent f825556 commit c53d51fCopy full SHA for c53d51f
README.md
@@ -75,7 +75,26 @@ $ flutter pub get
75
76
**Step 4**
77
78
-Run your application either using `F5` or `Run > Start Debugging`.
+Run your application using the following commands:
79
+
80
+**Windows & Linux**
81
82
+Run code: Ctrl + F5
83
+Run with debugging: F5 or Run > Start Debugging.
84
+Stop debugging: Shift + F5
85
+Restart debugging: Ctrl + Shift + F5
86
87
+**MacOS**
88
89
+Run code: Cmd + F5
90
91
+Stop debugging: Shift + Cmd + F5
92
+Restart debugging: Cmd + Shift + F5
93
94
+**Web (VS Code in the Browser)**
95
96
97
98
99
## Get the demo application
100
0 commit comments