Frontend/Flutter
[플러터 03] 플러터 기초1
JINJINC
2025. 1. 2. 12:09
728x90
반응형
플러터 공식 문서
Flutter documentation
Get started with Flutter. Widgets, examples, updates, and API docs to help you write your first Flutter app.
docs.flutter.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
플러터 설치
https://docs.flutter.dev/get-started/install
Choose your development platform to get started
Install Flutter and get started. Downloads available for Windows, macOS, Linux, and ChromeOS operating systems.
docs.flutter.dev
| 환경변수에 path에 플러터를 푼 폴더안의 bin 위치를 넣어줌
flutter docter => 설치 상황 확인해주는 명령어
flutter doctor --android-licenses
728x90
반응형