From 5eb48b2717b4b660528ea8a43aec474176ac98ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lollipopkit=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=E2=9A=A7?= =?UTF-8?q?=EF=B8=8F?= <10864310+lollipopkit@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:48:56 +0800 Subject: [PATCH] fix: linux build (#422) Fixes #421 --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index a6f936ad..d8e81044 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -368,8 +368,8 @@ packages: dependency: "direct dev" description: path: "." - ref: "v1.0.29" - resolved-ref: "2b53f17befdf4fa2672cb3f3fbe218f8d078a171" + ref: "v1.0.30" + resolved-ref: "30d527ddc7f25c9e1fd7aa5f90df1a9c928ed306" url: "https://github.com/lppcg/fl_build.git" source: git version: "1.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index bf4eaf4f..559ca956 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -79,7 +79,7 @@ dev_dependencies: # path: ../fl_build git: url: https://github.com/lppcg/fl_build.git - ref: v1.0.29 + ref: v1.0.30 flutter: generate: true