Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 533 Bytes

File metadata and controls

26 lines (17 loc) · 533 Bytes

dart library for Open Location Code

Formatting

Code must be formatted using dartfmt.

To format your files, just run format_check.sh or:

dartfmt --fix --overwrite .

Hints

The CI test uses dartanalyzer to check the library for improvements. IF any are found the CI tests will fail.

Testing

To test the dart version first download the dart sdk from Dart main site and run this from the repository root directory:

~/open-location-code$ cd dart && pub run test