Commit Graph

8 Commits

Author SHA1 Message Date
hacker1024
4a7fb2c8ea Revert "flutterPackages: refactor"
This reverts commit fe90d5a666.
2026-04-12 20:41:26 +10:00
kyehn
fe90d5a666 flutterPackages: refactor 2026-04-03 08:09:50 +00:00
Sandro
895fd1610f flutter335: fix android build (#435027) 2025-09-16 16:13:39 +00:00
Sandro
b780ce5f51 flutter335: fix macos build (#434503) 2025-09-16 12:02:12 +00:00
qzylinra
b30acab643 flutter: remove package_graph related patches 2025-08-26 11:57:30 +08:00
birros
ba029e0978 flutter335: fix android build
The Flutter tools Gradle patch is still required with flutter335. The following patch is a rebased copy of the one for flutter332.
2025-08-19 16:50:18 +02:00
birros
7674d7296e flutter335: fix macos build
Fix for macOS build issue in Flutter >= 3.35

Since version 3.35, the behavior of macos_assemble.sh and xcode_backend.sh
is almost identical. This caused the same error for macOS that previously
occurred for iOS.

Derived from the iOS patch: ./fix-ios-build-xcode-backend-sh.patch

Example error:
```
$ flutter run -d macos
Launching lib/main.dart on macOS in debug mode...
Target debug_unpack_macos failed: Error: Flutter failed to create a directory at "/<nix-store>/XXXX-flutter-3.35.1-unwrapped/bin/cache/artifacts".
Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user.
Failed to copy Flutter framework.
** BUILD FAILED **
```
2025-08-17 17:59:44 +02:00
qzylinra
1647956667 flutter335: init at 3.35.0-0.3.pre 2025-08-12 09:46:03 +08:00