|
|
@@ -3,11 +3,11 @@
|
|
|
|
|
|
The brightest, hippest, coolest router for Flutter.
|
|
|
|
|
|
-[](https://pub.dartlang.org/packages/fluro)
|
|
|
+[](https://pub.dartlang.org/packages/fluro)
|
|
|
[](https://travis-ci.org/theyakka/fluro)
|
|
|
[](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:
|