728x90 vscode2 [Flutter #2] VScode로 프로젝트 만들기 새 플러터 프로젝트 생성 or 명령어 flutter create 프로젝트이름 프로젝트 생성 후 lib >main.dart 에 있는 기존 코드들은 다 지우고 아래의 코드로 붙여넣어줍니다. // Copyright 2018 The Flutter team. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(.. 2021. 7. 1. [Flutter #1] SDK설치 부터 환경설정까지(windows) 윈도우의 경우! 아래 링크에서 바로 최신 Flutter SDK를 설치할 수 있습니다 :) (물론 flutter공식홈에 다른 운영체제에 대한 다운로드도 안내되어있습니다) https://flutter.dev/docs/get-started/install/windows Windows install How to install on Windows. flutter.dev 1. 아래 zip파일을 설치하고 저장하고 싶은 경로에 저장해주세요! ++ Android Studio(필수)와 Vscode(사용시)도 같이 설치해 주세요! 2. 환경변수 설정 (Windows 10 기준) 윈도우 버튼 우클릭 > 시스템(Y) > 고급 시스템 설정 > 환경변수 에서 설정할 수 있습니다. 환경변수 까지 들어오셨다면, [User에 대한 사용자.. 2021. 6. 28. 이전 1 다음 728x90 반응형