Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Updated The anchor tags to shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyanshuRj committed Oct 2, 2022
1 parent e01737f commit b14bf83
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/docs/start/flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@ weight: 1
### 1. Get an editor for programming in Dart

Some editors we recommend:
- <a href="https://code.visualstudio.com/" target="_blank">Visual Studio Code</a>
- <a href="https://developer.android.com/studio" target="_blank">Android Studio</a>
- {{<a href="https://code.visualstudio.com/" target="_blank">}}Visual Studio Code{{</a>}}
- {{<a href="https://developer.android.com/studio" target="_blank">}}Android Studio{{</a>}}

### 2. Install Flutter/Dart on your machine

See Flutter's instructions on getting the Flutter environment setup:
- <a href="https://docs.flutter.dev/get-started/install/macos" target="_blank">MacOS</a>
- <a href="https://docs.flutter.dev/get-started/install/windows" target="_blank">Windows</a>
- <a href="https://docs.flutter.dev/get-started/install/linux" target="_blank">Linux</a>
- {{<a href="https://docs.flutter.dev/get-started/install/macos" target="_blank">}}MacOS{{</a>}}
- {{<a href="https://docs.flutter.dev/get-started/install/windows" target="_blank">}}Windows{{</a>}}
- {{<a href="https://docs.flutter.dev/get-started/install/linux" target="_blank">}}Linux{{</a>}}


### 3. Install at_app

<a href="https://github.com/atsign-foundation/at_app" target="_blank">at_app</a> is a command-line tool for quickly creating atPlatform apps. It is similar to `flutter create` but adds atPlatform capabilities to your flutter apps. See our <a href="https://www.youtube.com/watch?v=Ciusz9mPpVY" target="_blank">video</a> on at_app.
{{<a href="https://github.com/atsign-foundation/at_app" target="_blank">}}at_app{{</a>}} is a command-line tool for quickly creating atPlatform apps. It is similar to `flutter create` but adds atPlatform capabilities to your flutter apps. See our {{<a href="https://www.youtube.com/watch?v=Ciusz9mPpVY" target="_blank">}}video{{</a>}} on at_app.

#### 4. Create an atPlatform app

Create an atPlatform app by using <a href="https://github.com/atsign-foundation/at_app" target="_blank">at_app</a>
Create an atPlatform app by using {{<a href="https://github.com/atsign-foundation/at_app" target="_blank">}}at_app{{</a>}}
1. `at_app create <dir>`
2. `cd <dir>`
3. `flutter run`

0 comments on commit b14bf83

Please sign in to comment.