Jump to content

Talk:Flutter

From NixOS Wiki
Revision as of 12:47, 21 August 2025 by Bme (talk | contribs) (Trouble Shooting: new section)

Latest comment: 21 August by Bme in topic Trouble Shooting

Outdated. Error: error: The version 34.0.0 is missing in package build-tools.

Broken link to team in see also section

Hi! The link to the Flutter working team returns a 404. Currently is linking to NixOS organization. I searched in the current projects of the organization and in the nixpkgs repository projects and I didn't find the team.

Does this team still exists? If it exists, does anyone knows where is the project currently hosted?

If there isn't a team, the link maybe removed or point that there were a team but now no, so the link is broken.

Regards, Ivanhercaz (talk) 02:34, 24 February 2024 (UTC)Reply

Trouble Shooting

@HauntedCook your edits to troubleshooting are not correct. `android/local.properties` caches the exact path of the android sdk. If you edit the shell this path will not be updated. If you remove it it will be correctly populated again when the build is first run based on the `ANDROID_SDK_ROOT`. I will revert your changes in a couple of days if I don't hear back.

❯ cat android/local.properties
sdk.dir=/nix/store/m5ygjwkz8brwkw9anx9kbwssymwvlaxl-androidsdk/libexec/android-sdk
flutter.sdk=/nix/store/rga4z7r7x705lns431b89gwxx47zs1zp-flutter-wrapped-3.29.3-sdk-links
flutter.buildMode=debug
flutter.versionName=6.3.2

Bme (talk) 12:47, 21 August 2025 (UTC)Reply