일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- c++ set struct
- 확인할 수 없는 외부 기호
- 의존주입
- LINK2001
- .gitattributes
- ExtendWith
- c2678
- git 대용량 파일
- c++ Broadcast
- OpenCPN
- wxWidget
- MFC
- 사전설치
- Console
- __vsnprintf
- OpenCPN설치
- _sprintf
- OpenXLSX 한글
- winsock.h Broadcast
- SQLite3
- Flutter
- sts4
- 멀티바이트 문자 집합 사용
- __snprintf
- Plugins
- Mqtt
- 정적 라이브러리에서 MFC 사용
- git 최초 설정
- esp-wroom-32d
- 설치 테스트
- Today
- Total
목록Flutter (4)
세상을 이롭게

이렇게 해보았으나 샘플코드가 안나와서 많이 당황했다. 하지만 당황하지 않고 console 명령어로 만드는법을 알아보자 $ flutter create [하고자 하는 이름] 이렇게 한다면 샘플코드를(샘플구조(?)) 알아서 만들어 준다. 작업이 끝나면 실행 방법을 알려준다. 따라해보자 $ flutter run 코드를 수정한다음, 콘솔창에서 원하는 명령어를 통해 확인 할 수도 있다.

오랜만에 Flutter개발을 해보려 한다. 개발에 앞서 upgrade를 하라는 문서를 보아서(공식문서를 따르자) 따라해 보도록 한다. $ flutter channel 을 해보면 channel을 선택할 수 있는데, 4가지 분류가 있으며 당연히 stable channel로 업데이트를 하라하여 (권장) 업데이트를 해보았다. https://github.com/flutter/flutter/wiki/Flutter-build-release-channels GitHub - flutter/flutter: Flutter makes it easy and fast to build beautiful apps for mobile and beyond. Flutter makes it easy and fast to build beau..

VSCODE 로 개발하려 했지만 몬가 귀찮을 것 같아..엄... Android로 개발 해보자. ADB IDEA 설치 해주었다.(무쓸모였는듯) IPHONE으로 실행 해보았다.

개발환경 macOS Catalina ver 10.15.7 MacBook Pro (15-inch, 2019) iterm2(zsh) VSCode 설치 아래의 링크에서 mac버전의 vscode을 다운받는다. https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and ..