본문 바로가기
카테고리 없음

Flutter 개발 참고 사이트 정보 | 플러터 스터디 자료

by 젠젬 2024. 2. 18.

 

 Fluuter 개발 참고 사이트

공식 사이트

  • flutter.dev
  • dart.dev dartpad 사용해  unit 테스트 가능
  • pub.dev 에서 필요한 패키지 install 해서 필요한 기능 
 

Flutter - Build apps for any screen

Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.

flutter.dev

 

 

Dart programming language

Dart is an approachable, portable, and productive language for high-quality apps on any platform.

dart.dev

 

 

The official repository for Dart and Flutter packages.

Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.

pub.dev

개발하면서, 주로 공식사이트를 참고하면서 개발했습니다. 생각보다 설명을 잘해줘서, 개발하면서 설명보고 이해하고 적용하기 부담 없었습니다.! 블로그 보고하는 것도 좋지만, 이해되지 않는 경우 공식 사이트 참조하기를 추천드립니다!!

IDE

예제