Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 453 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 453 Bytes

Contributing

Getting Started

Before getting started, you have to install Flutter first.

Install Dependencies

flutter pub get

Code Generation

We use build_runner to generate models and stores.

flutter pub run build_runner build

Lint

We use lint as linter rules.

flutter analyze