Skip to content

Commit

Permalink
build: specify puro version
Browse files Browse the repository at this point in the history
  • Loading branch information
brainwo committed Sep 12, 2024
1 parent 9403b93 commit ac03ee7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .puro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"env": "3.19.6"
}
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac03ee7

Please sign in to comment.