lukepighetti 5 years ago
parent
commit
7829feeec6
3 changed files with 6 additions and 2 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      example/pubspec.lock
  3. 1 1
      pubspec.yaml

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+# 1.7.5
+
+- fix route.transitionDuration null coalesce
+
 # 1.7.4
 
 - add documentation to public members

+ 1 - 1
example/pubspec.lock

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

+ 1 - 1
pubspec.yaml

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