Git Product home page Git Product logo

bookand.application's Introduction

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]

bookand.application's People

Contributors

aloenode avatar bfaloe avatar tnfy10 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.