Skip to content

Commit

Permalink
Fix hastag to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
danielqiuu committed Nov 27, 2023
1 parent 758d324 commit d3b69f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Topics/Tech_Stacks/Flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Many companies use Flutter to build their applications. Some of these companies

## Why Flutter? Pros and Cons

#### Pros:
### Pros:

1. **Single codebase for all platforms**
There is no need to create separate code bases when working on iOS and Android devices. Flutter allows developers to build a single codebase and use it for several platforms such as the web, desktop and mobile. This results in quicker app launch and is cost effective.
Expand Down Expand Up @@ -71,7 +71,7 @@ The following is a summary from the offical [Flutter Docs](https://docs.flutter.
5. Enter a project name, such as `my_app`, and press **Enter**.
6. 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).
7. Your file structures should look as follows.<br>
7. Your file structures should look as follows. <br>
<img width="197" alt="Final File Structure" src="https://github.com/learning-software-engineering/learning-software-engineering.github.io/assets/65613404/11b6c999-a556-452c-867f-9299a6cef3b1">

4. **Running the App**
Expand Down

0 comments on commit d3b69f4

Please sign in to comment.