Closed cenomla closed 3 years ago
Thanks for the contribution.
You seem to have changed the formatting for lines which weren't touched, which makes code reviewing a bit more difficult. The quality gate checks for formatting anyway, so the merge won't go through until it's satisfied.
Just run dart format .
in the firedart directory. It might take a while (30s on my machine) due to the generated protobuff files.
You might also want to rebase on top of the latest commit, which fixes some issues with the quality gate
Rebased and re-formatted. Looks like checks are passing now @cachapa
Thanks!
Change log:
This fixes issues #53 and #52 and maybe #55