animate_navigator_transition_do

This package has been written to improve screen transitions with different types of animations.

Example of Use

 AnimateNavigationTrasitionDo(
     context: context, //BuildContext
     childPage: Page2(), // Page to go
     animation: AnimationType.slide); //Animation you want