lukepighetti 5 年之前
父節點
當前提交
924df4ed67
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.md
  2. 1 1
      lib/src/common.dart

+ 1 - 1
README.md

@@ -3,7 +3,7 @@
 
 The brightest, hippest, coolest router for Flutter.
 
-[![Version](https://img.shields.io/github/v/release/lukepighetti/fluro?label=version)](https://pub.dartlang.org/packages/fluro)
+[![Version](https://img.shields.io/github/v/release/lukepighetti/fluro?label=version)](https://pub.dev/packages/fluro)
 [![Build Status](https://github.com/lukepighetti/fluro/workflows/build/badge.svg)](https://github.com/lukepighetti/fluro/actions)
 
 ## Features

+ 1 - 1
lib/src/common.dart

@@ -44,9 +44,9 @@ enum TransitionType {
   native,
   nativeModal,
   inFromLeft,
+  inFromTop,
   inFromRight,
   inFromBottom,
-  inFromTop,
   fadeIn,
   custom, // if using custom then you must also provide a transition
   material,