2023.08.06 - [Flutter] - [flutter] mac 환경설정~ flutter 로 프로젝트 생성 flutter create sample vscode로 열어보면 아래와 같은 구조를 확인할 수 있다. 그다음 extention 설치 dart flutter vs 코드 하단에 빨간박스를 클릭하면, 시뮬레이터를 선택해서 실행할 수 있다. ios 시뮬레이터를 실행해 놓은 상태로 오른쪽 상단에 디버깅 실행 디버깅 시작 버튼을 클릭하면 build 후 (최초에는 조금 오래걸린다) 앱상에 데모앱이 실행되는걸 확인할수 있다. vscode에 widget inspector도 있고,, 값을 변경하고 저장하면 앱 시뮬레이션에서 바로 저장되는것을 확인할 수 있다. 자 이제 hello world를 찍어보자.. 샘플은 버..
https://flutter.dev/ 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 플루터로 간단한 앱을 만들어보자. flutter는 구글에서 만든 멀티플랫폼 랭귀지다. 하나의 프로그램으로 ios든 android든 모든 앱이 제작가능하단 말씀.. https://docs.flutter.dev/get-started/install Install Install Flutter and get started...
Flutter 기본가이드대로 앱프로젝트를 생성후에 아이폰 연결 후 실행하면 아래와 같이 에러가 발생한다. Launching lib/main.dart on homin의 iPhone in debug mode...════════════════════════════════════════════════════════════════════════════════No valid code signing certificates were foundYou can connect to your Apple Developer account by signing in with your Apple IDin Xcode and create an iOS Development Certificate as well as a Provisioning ..