Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/changjoo-park/dart-for-javascript-devs
JavaScript 개발자를 위한 Dart (dart language tour를 바탕으로..)
https://github.com/changjoo-park/dart-for-javascript-devs
Last synced: about 1 month ago
JSON representation
JavaScript 개발자를 위한 Dart (dart language tour를 바탕으로..)
- Host: GitHub
- URL: https://github.com/changjoo-park/dart-for-javascript-devs
- Owner: ChangJoo-Park
- Created: 2018-03-27T13:22:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T13:55:00.000Z (almost 7 years ago)
- Last Synced: 2024-11-24T19:47:26.035Z (3 months ago)
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 자바스크립트 개발자를 위한 다트
[Flutter](https://flutter.io/) 개발을 위한 [Dart](https://www.dartlang.org/)언어 가이드 입니다.
자바스크립트 사용자의 시선에서 Dart에만 있거나 자바스크립트에는 없는 기능들 위주로 작성합니다.
아직 정식 출시되지 않은 Dart 2를 사용합니다.
Dart 개발환경이 준비되지 않은 경우에는 DartPad를 이용합니다.
## 목차
[Dart Tour 프로젝트](https://github.com/ChangJoo-Park/what-to-do/projects/9)에서 관리하고 있습니다.
- [ ] 설치와 개발환경 설정
- [x] 기초
- [x] 변수
- [x] 함수
- [x] 스코프와 클로저
- [x] 연산자
- [x] 조건문과 반복문
- [x] 에러핸들링
- [ ] 클래스 - 기초
- [ ] 클래스 - 메소드
- [ ] 클래스 - 확장
- [ ] 클래스 - 클래스 변수와 메소드
- [ ] ENUM
- [ ] 믹스인
- [ ] 제네릭
- [ ] 라이브러리
- [ ] 비동기 프로그래밍
- [ ] 제너레이터