Hi guys, when I set nix channel to 25.05 and using pkgs like:
packages = [
pkgs.flutter327
pkgs.jdk17
pkgs.unzip
];
I’m having trouble building the app due to a Gradle file issue. I’ve tried clearing the gradlew, restarting, etc. - without success.
Channel 24.05 works, but I can’t use the package with Flutter because it’s deprecated (getting error when trying to rebuild instance with flutter pkg). Is there an easy way to set up a stable/static Flutter version on VM with channel 24.05?