Skip to content

jinergenkai/homechef

Repository files navigation

Home Chef

  • Platform that connects users to hire chefs to cook at home

Getting Started

Requirements

  • Dart: 3.1.0
  • Flutter SDK: 3.13.1
  • Melos: 3.1.0
  • CocoaPods: 1.12.0 (optional)

Install

  • WARN: If you already installed melos and lefthook, you could omit this step.

  • Install melos:

    • Run dart pub global activate melos 3.1.0
  • Install lefthook (optional):

    • Run gem install lefthook
  • Export paths (auto):

    • Add to .zshrc or .bashrc file
export PATH="$PATH:<path to flutter>/flutter/bin"
export PATH="$PATH:<path to flutter>/flutter/bin/cache/dart-sdk/bin"
export PATH="$PATH:~/.pub-cache/bin"
export PATH="$PATH:~/.gem/gems/lefthook-0.7.7/bin"
- Save file `.zshrc`
- Run `source ~/.zshrc`

Config and run app

  • cd to root folder of project
  • Run make gen_env
  • Run make sync
  • Run lefthook install (optional)
  • Run make run_dev & Enjoy!

Upgrade Flutter

Upgrade Melos

Note for update base project.

- fix dependency override from [dart_style](https://github.com/dart-lang/dart_style/issues/1328) - because of dart_style's new version not compatible.
- disabled double quote.
- add more app base color like Black Red, disabled ....
- create tool generate color - style
- lack of command: make build_resources.
- add default theme (like Montserrat or somthingelse)
- add mock api io client for test api
- add snippet like Dimens, AppColor

Step for everything

  • Add new route
    1. add @RoutePage() above widget page.
    2. make build_app

License

  • MIT

flow 2 =)) chọn đầu bếp nấu ăn hàn quốc.

  • tính tiền theo thực đơn.

About

app for those who love to eat family flavors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published