@@ -3,7 +3,7 @@
The brightest, hippest, coolest router for Flutter.
-[](https://pub.dartlang.org/packages/fluro)
+[](https://pub.dev/packages/fluro)
[](https://github.com/lukepighetti/fluro/actions)
## Features
@@ -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,