-
Notifications
You must be signed in to change notification settings - Fork 7
latest flutter version is 3.24.0, but latest tag here is 3.22.2 #20
Comments
Here's an LLM speculating on the update process:
Don't currently have time to do it but maybe it'll help someone |
Note also #18 |
The new Flutter versions just don't build with this flake. I am stuck on trying to fix it, as the flutter here is not able to download artifacts trying a wrong URL during I have switched to nixpkgs, as it seems to be fixed there (Android build) since Flutter 3.24. |
It is also makes it super easy to use with a new option in devenv: { pkgs, ... }:
{
android = {
enable = true;
flutter.enable = true;
platforms.version = [ "32" "33" "34" ];
buildTools.version = [ "33.0.1" "34.0.0" ];
};
} |
latest flutter version is 3.24.0, but latest tag here is 3.22.2
The text was updated successfully, but these errors were encountered: