buildFlutterApplication: default vendorHash to ""

This makes it more ergonomical to use, and is consistent with
buildDartApplication.
This commit is contained in:
Gabriel Fontes
2023-05-05 13:32:51 -03:00
parent 211d7f6292
commit 70d3f5c0b4
+1 -1
View File
@@ -16,7 +16,7 @@
, customPackageOverrides ? { }
, autoDepsList ? false
, depsListFile ? null
, vendorHash
, vendorHash ? ""
, pubspecLockFile ? null
, nativeBuildInputs ? [ ]
, preUnpack ? ""