anytime_podcast_player
anytime_podcast_player copied to clipboard
Lint rules suggestion.
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
-
switchstatements missing cases
The ones to improve syntax :
- Use named constants instead
- Fix code references in comments
- Throw error subclasses only
Hi @amugofjava
Iwould like to work on this issue, can you assign this to me?