Pascal Welsch
                                            Pascal Welsch
                                        
                                    Like inheriitance, the last layer wins. In terms of plugins, the last plugin which was added. See the wiki for more details: https://github.com/passsy/CompositeAndroid/wiki/Ordering-of-plugins-and-the-result-on-the-call-order
I'm not happy with a reflection based solution. 1. it might break 2. it's costly, especially because most work happens at initialization 3. it's hard to measure and balance if...
Thanks for pointing this out I'll investigate this for future releases.
I don't have an implementation of a mosby plugin because I'm using [ThirtyInch](https://github.com/grandcentrix/ThirtyInch#compositeandroid) for MVP. You can check the plugin [implementation](https://github.com/grandcentrix/ThirtyInch/blob/master/plugin/src/main/java/net/grandcentrix/thirtyinch/plugin/TiActivityPlugin.java) to get an idea. What are the troubles you...
I'm not 100% convinced `fireAndForget` is a good API. The wording should match the error message and should contain "unawaited". Idea: Force a justification why await wasn't called ```dart logAsync('success').unawaitedBecause("logging...
Can't land this yet. There is currently a great discussion going on at https://github.com/dart-lang/sdk/issues/46218. A common method that returns `Future` but is not awaited is [`AnimationController.forward()`](https://api.flutter.dev/flutter/animation/AnimationController/forward.html). Let's see how the...
Which lint warning you do get outside the tests and which one do you expect inside the test?
Please provide a minimum reproducible example. I can't verify that `AuthMock.authenticateSuccessResponse` is `const`
Could you please provide some example code?
Never heard of it, do you have a screenshot? It sounds more like an error from `IntelliJ` https://www.jetbrains.com/help/phpstorm/general-annotator.html. Which version are you using?