Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 322 Bytes

CONTRIBUTE.md

File metadata and controls

6 lines (5 loc) · 322 Bytes

Development

  • dartfmt -w . - Format code with dartfmt
  • pub run test - Run all tests using the test package
  • dartanalyzer lib test - Run the analyzer on the lib and test folders
  • bash coverage.sh - Get coverage info