Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LowyShin authored Aug 18, 2023
1 parent b31eb3d commit b648029
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wiki/flutter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Flutter

Flutter는 하나의 코드로 Web, Android App, iOS App까지 컴파일이 가능한 구글에서 지원하는 개발 언어입니다.

Dart라는 새로운 방식의 언어를 사용하는데 기존 개발자들에게는 새로운 방식이라 허들이 있겠지만,
완전히 개발에 입문하는 사람이라면 오히려 다른 언어처럼 개념을 알고 들어가지 않아도 모든 것이 준비 되어 있어서 골라서 쓰면 되는 방식이므로 큰 어려움 없이 접근할 수 있습니다.

물론 DB연동이나 API서버 연동등의 복잡한 개발을 하기 위해서는 개발 지식 및 서버 개발까지 해야 하는 것은 같으나, 그 부분을 담당하는 사람이 있고 단지 프론트만 만든다면 처음부터 해도 무난하지 않나 싶습니다.

개발언어의 수명은 알 수 없으나 현재(2023년)에는 유력한 개발 언어 중 하나라고 할 수 있을 것입니다.

## Official

* [official flutter install](https://docs.flutter.dev/get-started/install)
Expand Down

0 comments on commit b648029

Please sign in to comment.