Nils Reichardt

Results 233 comments of Nils Reichardt

@masterpandabear But this is only true, if no rejected value is part of the error. Here are some false-positive example: ```js const mocha = require("mocha"); const chai = require("chai"); const...

This is sometimes a problem with the Dart Analyzer. Restarting the Dart Analysis Server or just restarting VS Code fixes this problem for me.

@emlynmac As a workaround you should be able to use this in your `pubspec.yaml`: ```yaml outline_material_icons: git: url: https://github.com/Ahmadre/outline_material_icons ```

I think it makes sense to just merge this PR (it just a PR for a feature branch), merge the `master` again into `migrate-to-integration-test` and then fix again the remaining...

I don't think so because the issue happens too often for this. I think it happens with a 5% - 10% likelihood.

https://github.com/firebase/flutterfire/blob/c2771a425bd7260b11970e9e9e77ef40a39f9f16/tests/android/gradle/wrapper/gradle-wrapper.properties#L6 It's version `7.0.2`

I need it too 😃 Like the TabController: There is a property called animation with return type `Animation` 👍