Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint rules suggestion. #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Chralu
Copy link
Contributor

@Chralu Chralu commented Dec 26, 2024

Fixes #137

This is a suggestion.
The main lint rules applied are :

  • Usage of final values when possible
  • Usage of const Widgets when possible
  • Explicitely await or unawaited of Futures
  • use of synchronous IO operations (they are faster)

@amugofjava any remarks are welcome. I think those rules can help to detect some issues (Especially the await/unawaited one).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lint rules suggestion.
1 participant