Skip to content

Commit

Permalink
Remove upper bounds on pubspec (lukepighetti#163)
Browse files Browse the repository at this point in the history
* remove upper constraint for flutter environment
* update docs
Co-authored-by: Luke Pighetti <[email protected]>
  • Loading branch information
lukef authored Apr 7, 2020
1 parent 937afe9 commit 30ae437
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.6.3
- Remove upper bounds on Flutter SDK checks because Flutter releases are a ridiculous mess

# 1.6.2
- Support for Flutter `>=1.12 <=1.17`

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The brightest, hippest, coolest router for Flutter.

[![Version](https://img.shields.io/badge/version-1.6.2-blue.svg)](https://pub.dartlang.org/packages/fluro)
[![Version](https://img.shields.io/badge/version-1.6.3-blue.svg)](https://pub.dartlang.org/packages/fluro)
[![Build Status](https://travis-ci.org/theyakka/fluro.svg?branch=master)](https://travis-ci.org/theyakka/fluro)
[![Coverage](https://codecov.io/gh/theyakka/fluro/branch/master/graph/badge.svg)](https://codecov.io/gh/theyakka/fluro)

Expand All @@ -27,7 +27,7 @@ See CHANGELOG for all breaking (and non-breaking) changes.
You should ensure that you add the router as a dependency in your flutter project.
```yaml
dependencies:
fluro: "^1.6.2"
fluro: "^1.6.3"
```
You can also reference the git repo directly if you want:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: fluro
description: >
Fluro is a Flutter routing library that adds flexible routing options like wildcards, named
parameters and clear route definitions.
version: 1.6.2
version: 1.6.3
homepage: https://github.com/theyakka/fluro

environment:
sdk: ">=2.6.0 <3.0.0"
flutter: ">=1.12.0 <1.17.0"
flutter: ">=1.12.0"

dependencies:
flutter:
Expand Down

0 comments on commit 30ae437

Please sign in to comment.