buildFlutterApplication: default vendorHash to ""
This makes it more ergonomical to use, and is consistent with buildDartApplication.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
, customPackageOverrides ? { }
|
||||
, autoDepsList ? false
|
||||
, depsListFile ? null
|
||||
, vendorHash
|
||||
, vendorHash ? ""
|
||||
, pubspecLockFile ? null
|
||||
, nativeBuildInputs ? [ ]
|
||||
, preUnpack ? ""
|
||||
|
||||
Reference in New Issue
Block a user