Flutter is a cross-platform app development framework made by Google.
Let's get started flutter on Android Studio.
I'm going to use MAC.
Installing Android Studio
You can download it through the official homepage.
https://developer.android.com/studio
You can also download it through homebrew.
$ brew install --cask android-studio
Installing Flutter SDK
Please refer to the previous post.
2022.02.27 - [Mobile/Cross Platform] - [Flutter] Getting Started on VSCode
Setting Android Studio for Flutter
Installing a plugin for Dart and Flutter.
Creating a New Project on Android Studio
Run Android Studio application.
Select the New Flutter Project.
Input the path of the Flutter SDK
Input the Project name, Project location, Description, etc.
Running an Application
Selecting a target device.
You can select both an android device and an iOS device.
Select the Run or Debug menu to run an application.
Conclusion
Let's enjoy flutter with android studio.
'Dart (Flutter)' 카테고리의 다른 글
[Flutter] Adding Image to Flutter Application (0) | 2022.03.26 |
---|---|
[Flutter] Life Cycle (0) | 2022.03.23 |
[Dart] Data Communication with Stream (0) | 2022.03.20 |
[Dart] Handling JSON (0) | 2022.03.12 |
[Flutter] Getting Started on VSCode (0) | 2022.02.27 |
댓글