1. 프로젝트 만들기

flutter create hello-world!

2. 프로젝트 둘러보기

3. Dart 둘러보기

4. main.dart 만들어보기

위젯 만들어보기

import 'package:flutter/material.dart';