hatch01
hatch01
> I have the same issue and i found the solution. Go to build.gradle of share_plus-7.1.0 and change from: implementation 'androidx.core:core-ktx:1.10.1' to: implementation 'androidx.core:core-ktx:1.9.0' Hope this help! How do you...
Ok, after a lot of testing, on Flutter stable, 3.10.6, here is what I found, but I don't understand what really append. I created a new project with `flutter create...
wait for PR #91 to be merged
I'm facing the issue with android 13 precisely when writing something over 44 char. A 45 char length crash.
this guide worked for me https://codeberg.org/cream/waydroid-openSUSE-setup (I just replaced anbox-kmp-default and anbox-modules-autoload by the one made by onlyJak0b:Stable:waydroid)
This solution worked for me > Found a solution which works for me. Here's what I did: > > 1. went to `android/settings.gradle` > > 2. Changed the version number...
This seems strange. I, personally, use NixOS and got no problem finding the stdlib. @bkryza tried on Ubuntu (said it here #258) and got no problem. Moreover, I think that...
I retested it now with the last clang-UML version and got no problem. Moreover, I tried not to exclude the std namespace from my clang-UML config to ensure everything is...
```bash docker run -it nixos/nix nix-env --install git nix-env --install coreutils cd tmp git clone https://github.com/bkryza/clang-uml.git cd clang-uml/ nix --extra-experimental-features 'nix-command flakes' build cd /tmp git clone https://forge.univ-lyon1.fr/hatchcare/hatchcare.git cd hatchcare/libs...
Okay, thank you very much for your explanations. Everything is much clearer now!