Skip to content

bookand-team/Bookand.Application

Repository files navigation

BOOK& Mobile Application

목차

  1. 처음 프로젝트 소스를 받는 경우
  2. 빌드 방법

1. 처음 프로젝트 소스를 받는 경우

자동 생성 파일을 생성해야 정상 작동하므로 build runner 실행 후 사용해야함.

단일 빌드

flutter pub run build_runner build

실시간 빌드

flutter pub run build_runner watch

2. 빌드 방법

대괄호로 표시한 것을 해당하는 값으로 수정 후 실행

APK

Shell

flutter build apk -t lib/core/main.dart --flavor [dev/product] \
--dart-define ANDROID_GOOGLE_MAP_API_KEY=[안드로이드 구글맵 API Key]

PowerShell

flutter build apk -t lib/core/main.dart --flavor [dev/product] `
--dart-define ANDROID_GOOGLE_MAP_API_KEY=[안드로이드 구글맵 API Key]

App Bundle

Shell

flutter build -t appbundle lib/core/main.dart --flavor [dev/product] \
--dart-define ANDROID_GOOGLE_MAP_API_KEY=[안드로이드 구글맵 API Key]

PowerShell

flutter build -t appbundle lib/core/main.dart --flavor [dev/product] `
--dart-define ANDROID_GOOGLE_MAP_API_KEY=[안드로이드 구글맵 API Key]

iOS

flutter build ios -t lib/core/main.dart --flavor [dev/product] \
--dart-define IOS_GOOGLE_MAP_API_KEY=[iOS 구글맵 API Key]

ipa

flutter build ipa -t lib/core/main.dart --flavor [dev/product] \
--dart-define IOS_GOOGLE_MAP_API_KEY=[iOS 구글맵 API Key]

About

Bookand 모바일 앱 (Android/iOS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages