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