This website works better with JavaScript.
Home
Explore
Help
Sign In
lisper
/
webfeed
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
set minimum dart version into 2
master
Wito Chandra
7 years ago
parent
cd9415c0b2
commit
42700faf71
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pubspec.yaml
+ 1
- 1
pubspec.yaml
View File
@@ -4,7 +4,7 @@ description: webfeed is a dart package for parsing RSS and Atom feeds.
author: Wito Chandra <wito.c.91@gmail.com>
homepage: https://github.com/witochandra/webfeed
environment:
sdk: ">=
1.8
.0 <3.0.0"
sdk: ">=
2.0
.0 <3.0.0"
dependencies:
xml: "^3.0.0"
dev_dependencies:
Write
Preview
Loading…
Cancel
Save