Skip to content

Commit

Permalink
Fix formatting for md file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielqiuu committed Nov 22, 2023
1 parent 34a4255 commit 817e837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Topics/Tech_Stacks/Flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following is a summary from the offical [Flutter Docs](https://docs.flutter.
a) Install VS Code for your respective platform. [Installation Link](https://code.visualstudio.com/download).
b) Open a browser and go to the [Flutter extension page](https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter) on the Visual Studio Marketplace.
c) Click Install. Installing the Flutter extension also installs the Dart extension.

3. **Create the app**
a) Invoke **View > Command Palette**. This can be done with `ctrl shift p` on Windows or `cmd shift p` on Mac.
b) Type "flutter", and select the **Flutter: New Project**
Expand All @@ -39,6 +40,7 @@ The following is a summary from the offical [Flutter Docs](https://docs.flutter.
e) Enter a project name, such as `my_app`, and press **Enter**.
f) Wait for project creation to complete and the `main.dart` file to appear.
The above commands create a Flutter project directory called my_app that contains a simple demo app that uses [Material Components](https://m3.material.io/components).

4. **Running the App**
a) Locate the VS Code status bar (the blue bar at the bottom of the window).
b) Select a device from the Device Selector area.
Expand Down

0 comments on commit 817e837

Please sign in to comment.