summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/flutter (follow)
Commit message (Expand)AuthorAgeFilesLines
* flutter: set pnameHythera2026-02-031-0/+1
* flutter341: 3.41.0-0.1.pre -> 3.41.0-0.2.pre (#485116)Tristan Ross2026-01-311-37/+37
|\
| * flutter341: 3.41.0-0.1.pre -> 3.41.0-0.2.preqzylinra2026-01-301-37/+37
* | flutter338: 3.38.8 -> 3.38.9qzylinra2026-01-301-42/+42
* | flutter338: 3.38.7 -> 3.38.8qzylinra2026-01-281-37/+37
|/
* flutter341: init at 3.41.0-0.1.pre (#480864)Tristan Ross2026-01-277-0/+1496
|\
| * flutter341: 3.41.0-0.0.pre -> 3.41.0-0.1.preqzylinra2026-01-271-42/+42
| * flutter341: init at 3.41.0-0.0.preqzylinra2026-01-247-0/+1496
* | treewide: remove references to the xorg namespace in `pkgs` (automated)•••this creates some eval errors that will be fixed in the next commit done with the following script: ```fish \#!/usr/bin/env fish set packagesjson (nix eval --impure --json --expr ' let lib = import ./lib; in import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs ( name: _: if name == "lib" then lib else if name == "config" then { allowAliases = false; } else name ) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { } ' | jq) set one (grep '^ [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1) set two (grep '^ [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1) for arg in $one $two set oname $arg set nname (echo $packagesjson | jq -r .$oname) if test $nname = null echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2 continue end echo $oname "->" $nname # replace basic xorg.$name references for file in (rg -F "xorg.$oname" --files-with-matches pkgs) # special cases sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file # replace sd -F "xorg.$oname" "$nname" $file # fixup function arguments # prevent duplicate function args if grep -E " ($oname|$nname),\$" $file >/dev/null continue end if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg if grep ' xorg,$' $file >/dev/null sd ' xorg,$' " xorg, $nname," $file else if grep ' xorg ? .*,$' $file >/dev/null sd 'xorg( ? .*),$' "xorg\$1, $nname," $file else sd -F 'xorg,' "$nname, xorg," $file end else # case there is no more xorg..* so we can just replace the function arg sd 'xorg(| ? .*),.*$' "$nname," $file end end end nix fmt ``` quantenzitrone2026-01-252-15/+26
|/
* flutter338: 3.38.6 -> 3.38.7qzylinra2026-01-161-2/+2
* flutter338: 3.38.5 -> 3.38.6qzylinra2026-01-101-42/+42
* flutter338: 3.38.4 -> 3.38.5qzylinra2025-12-231-39/+44
* flutter: 3.38.3 -> 3.38.4R. Ryantm2025-12-061-44/+39
* flutter: set sourceProvenance (#440682)Aleksana2025-11-281-0/+3
|\
| * flutter: set sourceProvenancelinsui2025-09-061-0/+3
* | flutter338: 3.38.1 -> 3.38.3kyehn2025-11-211-42/+42
* | flutter338: 3.38.0 -> 3.38.1kyehn2025-11-131-42/+42
* | flutter338: 3.38.0-0.2.pre -> 3.38.0kyehn2025-11-124-88/+88
* | flutterPackages-source: cleanqzylinra2025-11-115-63/+41
* | flutter: remove unused codeqzylinra2025-11-057-37/+26
* | flutter338: init at 3.38.0-0.2.preqzylinra2025-11-0325-587/+1857
* | flutter335: 3.35.5 -> 3.35.7 (#450619)Tristan Ross2025-11-011-37/+37
|\ \
| * | flutter335: 3.35.5 -> 3.35.7qzylinra2025-10-241-37/+37
* | | flutter327: dropqzylinra2025-10-305-1218/+0
* | | flutter324: dropqzylinra2025-10-295-1198/+0
|/ /
* | treewide: remove unused with•••Auto-fixed by nixf-diagnose. Wolfgang Walther2025-10-051-1/+1
* | flutter335: 3.35.4 -> 3.35.5kyehn2025-09-301-37/+37
* | flutter: 3.35.3 -> 3.35.4qzylinra2025-09-191-37/+37
* | flutter335: fix android build (#435027)Sandro2025-09-161-0/+220
|\ \
| * | 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.birros2025-08-191-0/+220
* | | flutter335: fix macos build (#434503)Sandro2025-09-161-0/+59
|\ \ \
| * | | 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 ** ```birros2025-08-171-0/+59
* | | | flutter335: 3.35.2 -> 3.35.3kyehn2025-09-051-44/+44
| |_|/ |/| |
* | | flutter335: 3.35.1 -> 3.35.2kyehn2025-08-261-39/+39
* | | flutter: remove package_graph related patchesqzylinra2025-08-262-133/+0
* | | flutterPackages-source: mark broken for old version; expidus: mark broken (#4...Tristan Ross2025-08-201-0/+1
|\ \ \
| * | | flutterPackages-source: mark broken for old versionqzylinra2025-08-211-0/+1
| | |/ | |/|
* / | flutter: update extraPackageConfigSetupqzylinra2025-08-191-12/+14
|/ /
* | flutter.buildFlutterApplication: Fix `Exec format error` (#434533)Artturin2025-08-181-4/+3
|\ \
| * | flutter.buildFlutterApplication: Fix `Exec format error`•••This does NOT fix the cross compilation of flutter applications, it only fixes one issue which should allow for better error messages Artturin2025-08-171-4/+3
| |/
* / flutterPackages-source.stable.engine: unpin LLVM•••Unclear why this reference and no other was pinned. It builds. Emily2025-08-181-2/+1
|/
* flutter335: 3.35.0-0.3.pre -> 3.35.1qzylinra2025-08-151-43/+43
* flutter: remove recqzylinra2025-08-133-6/+10
* flutter: remove with libqzylinra2025-08-132-24/+22
* flutter335: init at 3.35.0-0.3.preqzylinra2025-08-128-4/+1334
* treewide: conform descriptions to the standardsmivorasu2025-07-281-1/+1
* flutter332: 3.32.7 -> 3.32.8mivorasu2025-07-261-37/+37
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-246-170/+165
* flutter332: 3.32.6 -> 3.32.7mivorasu2025-07-221-37/+37
* flutter.updateScript: fix file formatmivorasu2025-07-221-1/+3