Skip to content

ming-app/ming-app

Repository files navigation

ming

Application for abandoned pets.

Getting Started

Directory structure

  • ui
    • screens
      • screen view for applications (e.g. setting, login, etc)
    • components
      • reusable components for all screens
  • blocs
    • Check bloc pattern
    • Level of "business model"
    • multiple blocs and their states, events
    • Rules
      • Single bloc file will contains bloc and its corresponding state, event.
  • models
    • "Interface" of repositories and services
  • entities
    • data entity
  • adapters
    • "Implementation" of each models
  • di
    • Dependency injection roots (repositories and blocs)

String resource management

Testing

Integration_test

Firebase Emulation

  • Firebase auth emulation test sequence.
    • firebase emulator를 시작한다. firebase emulators:start --import="./integration_test/resources/emulator_dump"
    • test를 진행한다.
  • 새로운 emulation setting을 만들고 싶을 때
    • firebase emulator를 export option으로 시작한다. firebase emulators:start --export-on-exit="./integration_test/resources/emulator_dump"

Debugging

Flutter cors

fluttercors를 통해 CORS를 debugging 시에 disable해줘야 CORS error가 디버깅용 web에서 발생하지 않음.

check https://pub.dev/packages/flutter_cors

About

Ming: Find new family for abandoned pets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published