lukepighetti 5 years ago
parent
commit
a463efa6fa
3 changed files with 15 additions and 4 deletions
  1. 13 1
      CHANGELOG.md
  2. 1 1
      example/pubspec.lock
  3. 1 2
      pubspec.yaml

+ 13 - 1
CHANGELOG.md

@@ -1,3 +1,15 @@
+# 1.7.0
+
+- Regenerated package & example
+- remove Router class
+- add maintainState to FluroRouter.navigateTo
+- add transitionDuration to FluroRouter.define
+- add TransitionType.none
+- add TransitionType.inFromTop
+- Pass custom RouteSettings with FluroRouter.navigateTo
+- basic flutter web support
+- add FluroRouter.pop result
+
 # 1.6.4
 
 - Rename Router to FluroRouter to avoid namespace collisions with the Router class from the new Pages / Navigator 2.0 API.
@@ -98,4 +110,4 @@ to
 
 ```dart
 var usersHandler = new Handler(handlerFunc: (BuildContext context, Map<String, dynamic> params) {});
-```
+```

+ 1 - 1
example/pubspec.lock

@@ -63,7 +63,7 @@ packages:
       path: ".."
       relative: true
     source: path
-    version: "1.6.4"
+    version: "1.7.0"
   flutter:
     dependency: "direct main"
     description: flutter

+ 1 - 2
pubspec.yaml

@@ -1,7 +1,6 @@
 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.4
-author:
+version: 1.7.0
 homepage: https://github.com/lukepighetti/fluro
 
 environment: