kalismeras61 / flutter_page_transition

This is Flutter Page Transition Package
BSD 2-Clause "Simplified" License
471 stars 56 forks source link

Getx Controller #82

Open waulite-786 opened 1 year ago

waulite-786 commented 1 year ago

How can add transition if we using Getx.to(); Get.offAll(PageTransition(type: PageTransitionType.fade, child: SinglePageContent(data: urlListDataPlay))); // not working