Karlo Verde

Results 30 comments of Karlo Verde

Another workaround would be to add the `// ignore: invalid_annotation_target` comment immediately above the highlighted line. This way, other misplaced annotations are not ignored.

Doesn't the [`file_lumberdash`](https://pub.dev/packages/file_lumberdash) plugin already covers this use case? If so, this issue might be closed.

I can confirm that using `runInShell: true` fixes the issue for Windows. `includeParentEnvironment` is `true` by default. Besides that, we might also use `cmd /c flutter test ...`, but it...

> I can confirm that DataConnectionChecker().hasConnection return false when running in release mode, but run normally in debug mode. Weird behavior. I am having the same issue. It all works...

I just solved it by adding the internet permission (``) to the AndroidManifest (all of them). Hope it helps, guys.

I also consider filters usage is the critical factor here. I would like to add another alternative: generating separated `initGetIt` functions per each environment. This is related with @JAAvander's third...

An alternative would be to generate separated injector functions. One per flavor/environment. Regarding the ones that use filters, they could be grouped in yet another isolated injector function.

I am also having navigator-related issues. Looking at the source code, I see a `Navigagor` is used, but it is not that clear to me why is it required. The...

Oh, I noticed that (thanks to an explaining commend there). I guess the approach I might take is to emulate the bottom sheet behaviour, so we will no longer need...