446564
e449f5e1d5
add dart format workflow
...
checks code has been formatted with dart format on push and pull request
adds a note in README for contributors
2026-02-04 08:33:49 -08:00
zjs81
e0a8fb7ec0
Merge pull request #44 from mtlynch/gh-build
...
Add a Github Action to build code in CI
2026-01-17 11:39:37 -07:00
Michael Lynch
6782347cf4
Fix issues flagged by flutter analyze
...
This fixes code quality issues that flutter analyze catches and adds a CI step to Github Actions to flag on any future issues.
2026-01-17 11:00:34 -05:00
Michael Lynch
1726119c3e
Add a Github Action to build code in CI
...
This adds a CI workflow in Github Actions to verify that the flutter builds compile for all supported platforms.
I tried adding Windows, but it currently fails, so I excluded it from this initial set.
2026-01-17 10:48:46 -05:00