Dart (Flutter)38 [Flutter] Getting Started on Android Studio 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.2.. 2022. 2. 27. [Flutter] Getting Started on VSCode Flutter is a cross-platform app development framework made by Google. Let's get started flutter on VSCode. Prerequisite Xcode has to be installed already. And, this command should be run in order to use the iOS simulator in VSCode. $ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer $ sudo xcodebuild -license accept Installing VSCode You can download it through the official h.. 2022. 2. 27. 이전 1 2 3 4 다음