Katekko

Results 7 issues of Katekko

![image](https://user-images.githubusercontent.com/13632735/51679635-8f51d000-1fc6-11e9-8602-2393b2814add.png) 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 ![image](https://user-images.githubusercontent.com/13632735/129249645-9bbf29c8-2e39-40a8-ac91-da383d5eabdd.png)

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...

in triage

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":...

bug

## 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) - [...

enhancement
pkg:bloc_lint