Unverified Commit 70d3f5c0 authored by Gabriel Fontes's avatar Gabriel Fontes
Browse files

buildFlutterApplication: default vendorHash to ""

This makes it more ergonomical to use, and is consistent with
buildDartApplication.
parent 211d7f62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
, customPackageOverrides ? { }
, autoDepsList ? false
, depsListFile ? null
, vendorHash
, vendorHash ? ""
, pubspecLockFile ? null
, nativeBuildInputs ? [ ]
, preUnpack ? ""