about summary refs log tree commit diff
path: root/pkgs/build-support/dart
AgeCommit message (Expand)AuthorFilesLines
2023-10-28buildDartApplication: Generate Dart wrapper with symlinkJoinhacker10241-6/+10
2023-10-22dartHooks.dartFixupHook: Add trailing newlinehacker10241-1/+1
2023-10-22buildDartApplication: Recognise extraWrapProgramArgshacker10242-7/+19
2023-10-21 buildDartApplication: Allow passing a `sdkSetupScript`hacker10242-4/+8
2023-10-21buildDartApplication: Use package override mechanism from buildFlutterApplica...hacker10241-29/+73
2023-10-21buildDartApplication: Allow supplying runtime dependencieshacker10243-2/+30
2023-10-21fetchDartDeps: Disable install phase in depsListDrvhacker10241-0/+2
2023-10-21buildDartApplication: Format with nixpkgs-fmthacker10241-10/+9
2023-08-29buildDartApplication: Supply CA bundle to Dart in FODhacker10242-9/+9
2023-08-29flutter: Supply CA bundle in sandboxhacker10241-1/+7
2023-06-14buildDartApplication: add sigtool on darwinWeijia Wang1-1/+3
2023-05-12dart: Properly set the dependency list derivation namehacker10241-1/+1
2023-05-12dart: Use doPubGet when generating the dependency listhacker10241-1/+1
2023-05-12dart: Spoof Git dependency version checkshacker10243-2/+22
2023-05-05buildDartApplication: initGabriel Fontes5-0/+156
2023-04-23flutter.buildFlutterApplication: Manually supply the dependency listhacker10242-37/+32
2023-04-16dart.list-dart-deps: Add list-dart-deps functionhacker10241-0/+28
2023-04-16dart.fetch-dart-deps: Add hook runtime dependencieshacker10241-0/+1
2023-04-16dart.fetch-dart-deps: Expose the package cache files through passthruhacker10241-0/+1
2023-04-16dart.fetch-dart-deps: Fix invalid syntax in pubspec validation statementhacker10241-1/+1
2023-04-16dart.fetch-dart-deps: Compress the generated pubspec.lock filehacker10241-5/+7
2023-04-16dart.fetch-dart-deps: Don't allow overriding the deps derivation namehacker10241-1/+1
2023-04-16dart.fetch-dart-deps: Verify the pubspec.lock as well as pubspec.yamlhacker10241-9/+4
2023-04-16dart.fetch-dart-deps: Don't delete .git/pub-packageshacker10241-1/+6
2023-04-16flutter.buildFlutterApplication: Allow using a custom pubspec.lockhacker10241-2/+24
2023-04-16dart.fetch-dart-deps: Remove stray comment from the dependency derivationhacker10241-1/+0
2023-04-16flutter.buildFlutterApplication: Add an explanation when a pubspec mismatch o...gilice1-1/+5
2023-04-16flutter.buildFlutterApplication: Refactor dependency setup as a standalone de...hacker10242-0/+175