Code Monkey home page Code Monkey logo

shared_budget_book's Introduction

grgreen_apps

Architecture

  • flutter + getx + http + mvc pattern

패키지명 변경 커맨드

  • flutter pub run change_app_package_name:main com.grgreen.apps

아이콘 생성 커맨드

  • flutter pub run flutter_launcher_icons:main

keystore generate

  • keytool -genkey -v -keystore .\my-release-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000
  • keytool -genkey -v -keystore C:/Users/ideoo/.android/debug.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000

파이어베이스 연동

  • firebase login
  • dart pub global activate flutterfire_cli
  • flutterfire configure

알림 아이콘 변경

  • android/app/src/main/res/mipmap에 있는 ic_launcher 파일 들 변경

안드로이드 키 확인

  • keytool -keystore C:/Users/ideoo/.android/debug.keystore -list -v
  • keytool -list -v -keystore C:/Users/ideoo/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

카카오 해시 키 생성

  • echo {SHA-1 KEY} | xxd -r -p | openssl base64

shared_budget_book's People

Contributors

ideook avatar

Watchers

 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.