|
|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
The brightest, hippest, coolest router for Flutter.
|
|
|
|
|
|
-[](https://pub.dartlang.org/packages/fluro)
|
|
|
+[](https://pub.dartlang.org/packages/fluro)
|
|
|
[](https://travis-ci.org/goposse/fluro)
|
|
|
[](https://codecov.io/gh/goposse/fluro)
|
|
|
|
|
|
@@ -40,7 +40,7 @@ var usersHandler = new Handler(handlerFunc: (BuildContext context, Map<String, d
|
|
|
You should ensure that you add the router as a dependency in your flutter project.
|
|
|
```yaml
|
|
|
dependencies:
|
|
|
- fluro: "^1.1.0"
|
|
|
+ fluro: "^1.2.1"
|
|
|
```
|
|
|
|
|
|
You can also reference the git repo directly if you want:
|