/shopping-mall

Primary LanguageDartMIT LicenseMIT

shopping_mall

A new Flutter project.

Getting Started

  1. Install Flutter on your machine;

  2. Run check-all shell script to make sure the project is ready to run:

    $ sh ./scripts/check-all
    • Notes: lcov is required for generate html coverage report.

Other

We recommend to use lefthook for run check-all with every commit.

  1. install lefthook on macOS:
$ brew install lefthook
  1. run command lefthook install to finish the setup.

Need help?

  1. Flutter related:
    • run flutter doctor to check the environment.
    • run flutter upgrade to check whether the Flutter is latest version.