You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
It would be nice to have a pre-commit hook already set up.
flutter format .
to assure the style of the code.flutter analyze
to analyze our dart code.flutter test
to run our unit tests.Take a look at: Flutter pre-commit hook gist
The text was updated successfully, but these errors were encountered: