Hauke

Results 4 comments of Hauke

Had the same Problem, but couldn't solve it by installing `jq` manually (which already was installed). My workaround was to download Flutter manually (https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_arm64_3.0.0-stable.zip), extract it to `~/.asdf/installs/flutter/3.0.0-stable` and then...

Just ran into this issue after upgrading to Flutter 3. What worked for me was either using `easy_localization: 3.0.1-dev` or adding `dependency_overrides` to `pubspec.yaml`: ```yaml dependency_overrides: path: 1.8.1 ``` I...

> What's confusing is that we have the clear output when it returns non-zero value: Indeed, exposing secrets in case of an error is the real issue here! I would...

> No. To begin with, this isn't a problem in the stable version. I am encountering a similar behavior with `flutter_riverpod: 2.5.1` and `riverpod_generator: 2.4.0`, which I assume is what...