1. pubspec.yaml 파일에서 버전 및 빌드번호 수정
version: 1.1.1+19
2. 터미널창에서 아래 순서로 빌드합니다
% flutter clean
% flutter build appbundle
3. 아래 경로에서 app-release.aab 파일을 찾으면 됨.
✓ Built build/app/outputs/bundle/release/app-release.aab (48.9MB).
'Flutter' 카테고리의 다른 글
[Flutter] appsotre 배포하기 (0) | 2022.11.14 |
---|---|
[Flutter] Play store appbundle 업로드 (0) | 2022.11.14 |
[Flutter] TextField hint & helper (0) | 2022.09.15 |
[Flutter] Row Column Axis & Alignment (0) | 2022.09.13 |
[Flutter] Row, Column 컨텐츠 크기에 맞추기 (0) | 2022.08.31 |