circle_ripple_navigation 0.0.3
circle_ripple_navigation: ^0.0.3 copied to clipboard
Circle Ripple Navigation
circle_ripple_navigation #
Circle Ripple Navigation
Getting Started #
This package is useful for creating ripple navigation
-
Step 1
GlobalKey
-
Step 2
RippleLocation( rippleController: rippleControllerKey, child: FloatingActionButton( onPressed: () { rippleControllerKey.currentState?.pushRippleTransitionPage( context, Scaffold(appBar: AppBar()), ); }, child: Icon(Icons.add)), )
plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.