Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 538 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 538 Bytes

Setting up

We've configured fvm to manage the Flutter SDK. You'll need to install it:

https://fvm.app/documentation/getting-started

If you're using vscode, the project settings.json points at the fvm version of Flutter.

Release process

  • Be sure to run dart format . to ensure all files are formatted correctly.
  • Contact me to release: [email protected] (or raise an issue)

Note to self, these are the commands to run:

  • Test publishing: fvm dart pub publish --dry-run
  • Release with: fvm dart pub publish