diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eeb6e8..95b049e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.5.2 +- Remove dependency on `dart:io` +- 1.5.x and lower now only supports Flutter versions `< 1.13.0` + # 1.5.1 - Add explicit material and full screen material transition types - Fix issue in transition logic diff --git a/README.md b/README.md index ebb7dcc..03ef1c4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The brightest, hippest, coolest router for Flutter. -[![Version](https://img.shields.io/badge/version-1.5.1-blue.svg)](https://pub.dartlang.org/packages/fluro) +[![Version](https://img.shields.io/badge/version-1.5.2-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) @@ -25,7 +25,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.5.1" + fluro: "^1.5.2" ``` You can also reference the git repo directly if you want: diff --git a/pubspec.yaml b/pubspec.yaml index 1f2c118..d1f2f99 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: fluro description: > Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions. -version: 1.5.1 +version: 1.5.2 author: Yakka, LLC homepage: https://github.com/theyakka/fluro