Skip to content

Commit

Permalink
Changed minimum dart dependency to match CI server
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulido, Luis authored and Pulido, Luis committed Sep 10, 2018
1 parent de7cd05 commit eaad98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/nosmirck/simple_weather.svg?branch=master)](https://travis-ci.org/nosmirck/simple_weather) [![Build Status](https://api.cirrus-ci.com/github/nosmirck/simple_weather.svg)](https://cirrus-ci.com/github/nosmirck/simple_weather) [![Build Status](https://circleci.com/gh/nosmirck/simple_weather.svg?style=shield)](https://circleci.com/gh/nosmirck/simple_weather) [![Build Status](https://img.shields.io/bitbucket/pipelines/nosmirck/simple_weather.svg)](https://bitbucket.org/nosmirck/simple_weather/) [![Coverage Status](https://coveralls.io/repos/github/nosmirck/simple_weather/badge.svg?branch=master)](https://coveralls.io/github/nosmirck/simple_weather?branch=master)
[![Build Status](https://travis-ci.org/nosmirck/simple_weather.svg?branch=master)](https://travis-ci.org/nosmirck/simple_weather) [![Build Status](https://api.cirrus-ci.com/github/nosmirck/simple_weather.svg)](https://cirrus-ci.com/github/nosmirck/simple_weather) [![Build Status](https://circleci.com/gh/nosmirck/simple_weather.svg?style=shield)](https://circleci.com/gh/nosmirck/simple_weather) [![Coverage Status](https://coveralls.io/repos/github/nosmirck/simple_weather/badge.svg?branch=master)](https://coveralls.io/github/nosmirck/simple_weather?branch=master)

# Simple Weather App

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: A new Flutter project.
version: 1.0.0+1

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0 <3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit eaad98d

Please sign in to comment.