浏览代码

update docs

Luke Freeman 5 年之前
父节点
当前提交
937afe9757
共有 4 个文件被更改,包括 8 次插入4 次删除
  1. 3 0
      CHANGELOG.md
  2. 3 3
      README.md
  3. 1 0
      example/ios/Flutter/flutter_export_environment.sh
  4. 1 1
      pubspec.yaml

+ 3 - 0
CHANGELOG.md

@@ -1,3 +1,6 @@
+# 1.6.2
+- Support for Flutter `>=1.12 <=1.17`
+
 # 1.6.1
 - Support for Flutter `1.12+`
 

+ 3 - 3
README.md

@@ -3,11 +3,11 @@
 
 The brightest, hippest, coolest router for Flutter.
 
-[![Version](https://img.shields.io/badge/version-1.6.0-blue.svg)](https://pub.dartlang.org/packages/fluro)
+[![Version](https://img.shields.io/badge/version-1.6.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)
 
-Version `1.6.0` requires Flutter `>= 1.12.0` and Dart `>= 2.6.0`. If you're running an older version of Flutter, use a version `< 1.6.0`.
+Version `1.6.0` (and higher) requires Flutter `>= 1.12.0` and Dart `>= 2.6.0`. If you're running an older version of Flutter, use a version `< 1.6.0`.
 
 ## Features
 
@@ -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.0"
+ fluro: "^1.6.2"
 ```
 
 You can also reference the git repo directly if you want:

+ 1 - 0
example/ios/Flutter/flutter_export_environment.sh

@@ -5,6 +5,7 @@ export "FLUTTER_APPLICATION_PATH=/home/luke/Development/yakka/fluro/fluro-flutte
 export "FLUTTER_TARGET=lib/main.dart"
 export "FLUTTER_BUILD_DIR=build"
 export "SYMROOT=${SOURCE_ROOT}/../build/ios"
+export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
 export "FLUTTER_FRAMEWORK_DIR=/home/luke/Development/.sdks/flutter/bin/cache/artifacts/engine/ios"
 export "FLUTTER_BUILD_NAME=1.0.0"
 export "FLUTTER_BUILD_NUMBER=1"

+ 1 - 1
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.6.1
+version: 1.6.2
 homepage: https://github.com/theyakka/fluro
 
 environment: