hacker1024
64c638bfc0
fetchDartDeps: Disable install phase in depsListDrv
2023-10-21 22:13:12 +11:00
hacker1024
fdbb342402
dart: Properly set the dependency list derivation name
2023-05-12 23:09:41 +10:00
hacker1024
b511926a89
dart: Use doPubGet when generating the dependency list
2023-05-12 23:09:41 +10:00
hacker1024
49ce83d5b4
dart: Spoof Git dependency version checks
2023-05-12 23:04:33 +10:00
hacker1024
9f05297dc8
flutter.buildFlutterApplication: Manually supply the dependency list
...
This removes the need for IFD.
2023-04-23 00:12:45 +10:00
hacker1024
4f5dd08fe8
dart.fetch-dart-deps: Add hook runtime dependencies
2023-04-16 23:11:07 +10:00
hacker1024
b68a185b0f
dart.fetch-dart-deps: Expose the package cache files through passthru
2023-04-16 23:06:22 +10:00
hacker1024
1f7eab1c38
dart.fetch-dart-deps: Fix invalid syntax in pubspec validation statement
2023-04-16 03:56:14 +10:00
hacker1024
075f50f2d1
dart.fetch-dart-deps: Compress the generated pubspec.lock file
...
This is much more practical for users to copy, as it significantly reduces the length of the output.
2023-04-16 03:32:26 +10:00
hacker1024
643b62c8f1
dart.fetch-dart-deps: Don't allow overriding the deps derivation name
2023-04-16 03:21:29 +10:00
hacker1024
5fa3b41041
dart.fetch-dart-deps: Verify the pubspec.lock as well as pubspec.yaml
...
88275ca6d6
inadvertently stopped the pubspec.lock from changing, as it copied the file before running pub get.
pub get can modify the pubspec.lock to update it to newer formats (for example by adding hashes and updating URLs, see an example diff below). We do not need the modifications at any later stage, so we can preserve the original file.
boolean_selector:
dependency: transitive
description:
name: boolean_selector
+ sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
+ url: "https://pub.dev "
- url: "https://pub.dartlang.org "
source: hosted
+ version: "2.1.1"
- version: "2.1.0"
2023-04-16 03:20:36 +10:00
hacker1024
0e5db63dc3
dart.fetch-dart-deps: Don't delete .git/pub-packages
2023-04-16 02:56:43 +10:00
hacker1024
88275ca6d6
flutter.buildFlutterApplication: Allow using a custom pubspec.lock
2023-04-16 01:49:43 +10:00
hacker1024
d2ab34122d
dart.fetch-dart-deps: Remove stray comment from the dependency derivation
2023-04-16 00:55:55 +10:00
gilice
4e68ee327e
flutter.buildFlutterApplication: Add an explanation when a pubspec mismatch occurs
2023-04-16 00:35:15 +10:00
hacker1024
915a6779fc
flutter.buildFlutterApplication: Refactor dependency setup as a standalone derivation with an output hook
...
This allows anything that needs to build a Dart application (such as a future `buildDartApplication` function) to use the same setup.
2023-04-16 00:17:41 +10:00