浏览代码

set minimum dart version into 2

master
Wito Chandra 7 年前
父节点
当前提交
42700faf71
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pubspec.yaml

+ 1
- 1
pubspec.yaml 查看文件

@@ -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:


正在加载...
取消
保存