Katekko
Katekko
 This happens when I build for release! Just a note, didnt crash my apk
You can see the lint works above the test method but inside isn't 
It's a simple case but can drive you to the wrong answer to your problem, like happened with me. **Steps to reproduce:** First you will need enable the log adding...
Description: I have the following class in my codebase: ```dart class Routes { static Future get initialRoute async { try { return login; } catch (err) { return login; }...
I wanna use the default path in vscode, idk if it is a bug or I'm doing something wrong. This is my settings.json for my entire vscode ```JSON { "workbench.iconTheme":...
## Status **READY** ## Breaking Changes NO ## Description - feat(bloc_lint): avoid_async_emit (closes https://github.com/felangel/bloc/issues/4490) ## Type of Change - [x] ✨ New feature (non-breaking change which adds functionality) - [...