[왕초보] 플러터(Flutter)로 시작하는 앱개발 1주차 - 스파르타코딩클럽


flutter pub add provider
flutter pub add shared_preferences
VS Code: Do you trust the authors of the files in this folder?
I just launched VS Code 1.57 and see this message: "Do you trust the authors of the files in this folder?" Why am I seeing this message? Should I trust the current workspace?
stackoverflow.com
analysis_options.yaml
prefer_const_constructors: false
prefer_const_literals_to_create_immutables: false
pubspec.yaml을 열어서 39, 40번째 라인에 provider 와 shared_preferences 가 있으면 설치가 잘 되신 겁니다.

Google AdMob: 모바일 앱 수익 창출
인앱 광고를 사용하여 모바일 앱에서 더 많은 수익을 창출하고, 사용이 간편한 도구를 통해 유용한 분석 정보를 얻고 앱을 성장시켜 보세요.
admob.google.com
https://admob.google.com/home/
Google AdMob: 모바일 앱 수익 창출
인앱 광고를 사용하여 모바일 앱에서 더 많은 수익을 창출하고, 사용이 간편한 도구를 통해 유용한 분석 정보를 얻고 앱을 성장시켜 보세요.
admob.google.com
flutter pub add google_mobile_ads

AndroidManifest.xml / meta-data
Info.plist

flutter run --release
구글 플레이 개발자 등
Play Console 사용 방법 - Play Console 고객센터
도움이 되었나요? 어떻게 하면 개선할 수 있을까요? 예아니요
support.google.com
[터미널에 키설정]
keytool -genkey -v -keystore c:/Users/USER_NAME/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key -storetype JKS
[ 플러터 빌드하기]
flutter build appbundle
[ 플러터 버전관리]
https://bebesoft.tistory.com/46
플러터 출시한 앱 버전 관리하기
글의 목표 이번 글에서는 플러터 출시한 앱의 버전을 관리하는 방법에 대해 알아본다. IOS와 Android는 버전 스트링을 다루는 방식이 서로 상이한 부분이 있다. 그러나 버전 관리는 같은 플러터 프
bebesoft.tistory.com
'Spring & Backend' 카테고리의 다른 글
| [컴퓨터/IT] 객체지향의 사실과 오해 정리 (0) | 2023.04.17 |
|---|---|
| 1일 1로그 100일 완성 IT 지식 정리(브라이언 W. 커니핸) (0) | 2023.04.17 |
| [왕초보] 플러터(Flutter)로 시작하는 앱개발 4주차 - 스파르타코딩클럽 (0) | 2023.04.11 |
| [왕초보] 플러터(Flutter)로 시작하는 앱개발 3주차 - 스파르타코딩클럽 (0) | 2023.04.11 |
| [왕초보] 플러터(Flutter)로 시작하는 앱개발 2주차 - 스파르타코딩클럽 (0) | 2023.04.11 |
