Last updated:
0 purchases
ripple navigation dart3
ripple_navigation_dart3 #
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.