Giter Site home page Giter Site logo

flutter-quiz-2023-09's Introduction

Flutter Quiz Application Project

  • 플러터로 구현한 퀴즈 어플리케이션

2023-09-09 init

  • 2023-09-20 ver1 배포(파이어베이스 호스팅)

세팅

  • dart pub global activate flutterfire_cli
  • firebase login
  • flutterfire configure --project=flutter-quiz-3e78b
  • flutter pub add firebase_core
  • flutter pub add firebase_auth

파이어 베이스 배포

  1. firebase init
  2. Hosting: Configure files for Firebase Hosting and (optionally) set up GitHub Action deploys 선택
  3. Use an exising project 선택
  4. 파이어베이스에 만들어둔 프로젝트 선택
  5. What do you want to use as your public directory? public
  6. Configure as a single-page app (rewrite all urls to /index.html)? Yes
  7. Set up automatic builds and deploys with GitHub? No
  8. firebase.json 에서 "public": "public""public": "build/web" 으로 수정
  9. flutter build web
  10. firebase deploy

apk 파일 생성

  • flutter build apk --release --target-platform=android-arm64
  • build/app/outputs/apk/relase/app-relase.apk

빌드시에 Dex 오류 발생하는 경우

  • project / android / app / build.gradle 파일을 찾는다
  • 파일에서 defaultConfig 항목을 찾는다. multiDexEnabled true 추가
defaultConfig {
  versionName flutterVersionName
  multiDexEnabled true
}

firebase hosting url

flutter-quiz-2023-09's People

Contributors

hoteldusk avatar

Watchers

 avatar

Forkers

fluter-2023

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.