Flutter/mobile
-
Using Flutter in VSCode (installation and setup)Flutter/mobile 2020. 5. 12. 15:10
Flutter can also be used in Visual Studio Code (VSCode). (What the hell ... VSCode doesn't seem to have anything wrong.) 1. Download Flutter SDK Download Flutter SDK for your OS from the link below and unzip it to a suitable location. [https://flutter.dev/docs/get-started/install] (https://flutter.dev/docs/get-started/install) In my case, I unzipped it to the location below. E: \Program Files\fl..
-
Creating a Flutter project in Android StudioFlutter/mobile 2020. 5. 11. 10:58
Create a Flutter project in Android Studio https://blog.naver.com/chandong83/221832416217 Android Studio에 Flutter Plugin 설치하기 RN(React Native)와 Flutter, Electron(성격이 좀 다르지만..)과 같은 Cross-Platform에 관심을 가... blog.naver.com In the previous article, we looked at how to install Flutter Plugin in Android Studio. https://flutter.dev/docs/development/tools/android-studio Android Studio and IntelliJ How t..
-
Installing Flutter Plugin in Android StudioFlutter/mobile 2020. 5. 11. 10:33
I am interested in Cross-Platform such as RN (React Native), Flutter, and Electron (though the personality is a little different ..). The link below introduces how to install Flutter Plugin in Android Studio. www.flutter.dev/docs/get-started/editor Set up an editor Configuring an IDE for Flutter. flutter.dev I tried to install it by following the link above. 1.Install Android Studio 3.0 or highe..