fix: linux build (#422)

Fixes #421
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-25 11:48:56 +08:00
committed by GitHub
parent 5339cfca70
commit 5eb48b2717
2 changed files with 3 additions and 3 deletions

View File

@@ -368,8 +368,8 @@ packages:
dependency: "direct dev" dependency: "direct dev"
description: description:
path: "." path: "."
ref: "v1.0.29" ref: "v1.0.30"
resolved-ref: "2b53f17befdf4fa2672cb3f3fbe218f8d078a171" resolved-ref: "30d527ddc7f25c9e1fd7aa5f90df1a9c928ed306"
url: "https://github.com/lppcg/fl_build.git" url: "https://github.com/lppcg/fl_build.git"
source: git source: git
version: "1.0.0" version: "1.0.0"

View File

@@ -79,7 +79,7 @@ dev_dependencies:
# path: ../fl_build # path: ../fl_build
git: git:
url: https://github.com/lppcg/fl_build.git url: https://github.com/lppcg/fl_build.git
ref: v1.0.29 ref: v1.0.30
flutter: flutter:
generate: true generate: true