anytime_podcast_player icon indicating copy to clipboard operation
anytime_podcast_player copied to clipboard

Lint rules suggestion.

Open Chralu opened this issue 1 year ago • 1 comments

Quality improvement Suggestion

There are a few technical issues which could be prevented by lints. In the same way, Lints could enlighten syntax improvements.

The rules I have in mind to prevent issues :

  • unawaited futures
  • BuildContexts used across asynchronous gaps
  • switch statements missing cases

The ones to improve syntax :

  • Use named constants instead
  • Fix code references in comments
  • Throw error subclasses only

Chralu avatar Dec 26 '24 13:12 Chralu

Hi @amugofjava

Iwould like to work on this issue, can you assign this to me?

aazmii avatar Feb 20 '25 03:02 aazmii