Results 40 comments of Husain Fadhilah

Same issue Flutter SDK : v3.0.5 Stable Dart : 2.17.5 here is my pubspec dependencies: ``` yaml dependencies: ... hive_flutter: ^1.1.0 ... ```

Same issue. I use Xiaomi Redmi Note 10 5G (M2103K19G) Android 11, MIUI 12.5.1

Yeah, I hope thumbnail will be added soon. Thanks before to all contributors

any updates? I'm pretty sure it's a bug in freezed generator. the copyWith parameters should be wrapped in a Function like `ValueGetter` if it's nullable types. This has been happened...

Sorry there is a missing step on reproduce. Actually I always make myself to very clearly sure that any changes affected by reopen terminal & vscode directly, ofcourse when vscode...

And also if you look at my `fvm doctor` you can see the flutter version and dart version is not match, I know I have to make another github issue...

I think I found possibility reason why this bug happened. Previously, I have set below env to my `.zshrc`: ```zsh export PATH=$HOME/fvm/default/bin:$PATH ``` It means global version has been set...

> I was not able to replicate. > > Can you do "which flutter" on the vscode terminal and send the output here? After my fix above, it has succeed...