From ac03ee7ec3c7df0c3f794a24a2a41f77f4e7e4da Mon Sep 17 00:00:00 2001 From: Brian Wo <45139213+brainwo@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:45:15 +0800 Subject: [PATCH] build: specify puro version --- .puro.json | 3 +++ pubspec.lock | 2 +- pubspec.yaml | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .puro.json diff --git a/.puro.json b/.puro.json new file mode 100644 index 0000000..c498b78 --- /dev/null +++ b/.puro.json @@ -0,0 +1,3 @@ +{ + "env": "3.19.6" +} diff --git a/pubspec.lock b/pubspec.lock index fef2fad..a384724 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -528,7 +528,7 @@ packages: dependency: "direct main" description: path: "." - ref: HEAD + ref: d74949d resolved-ref: d74949d30ef531d39d32d305cdddbb86586407bc url: "https://github.com/brainwo/rss.dart.git" source: git diff --git a/pubspec.yaml b/pubspec.yaml index 71c747c..2f52df0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,9 @@ dependencies: sdk: flutter flutter_riverpod: ^2.3.6 rss_dart: - git: https://github.com/brainwo/rss.dart.git + git: + url: https://github.com/brainwo/rss.dart.git + ref: "d74949d" shared_preferences: ^2.1.2 url_launcher: ^6.1.11 yaml_edit: ^2.2.0