ripple_navigation_dart3

Creator: coderz1093

Last updated:

0 purchases

ripple_navigation_dart3 Image
ripple_navigation_dart3 Images
Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator