morpheus icon indicating copy to clipboard operation
morpheus copied to clipboard

A Flutter package for easily implementing Material Design navigation transitions.

Results 3 morpheus issues
Sort by recently updated
recently updated
newest added

I'm using it with auto_route to generate routes here is the function I created to use with auto_route package: `Widget morpheusTransition(BuildContext context, Animation animation, Animation secondaryAnimation, Widget child) { final...

Hello, I have been following the examples, but i would like to know if it's possible to have lower pages under the navigator in MorpheusTabView. If each of the pages...

`Error (Xcode): ../../../.pub-cache/hosted/pub.dev/morpheus-1.2.3/lib/page_routes/morpheus_page_transition.dart:191:48: Error: The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is nullable and 'BorderRadiusGeometry' isn't.` Getting this if I use flutter 3.13.0,...