animated_indexed_stack 0.0.7 copy "animated_indexed_stack: ^0.0.7" to clipboard
animated_indexed_stack: ^0.0.7 copied to clipboard

AnimatedIndexedStack is alternative of IndexedStack with ability to provide custom transitions on index change; by providing RouteTransitionsBuilder. Each child of stack can also be manually built usi [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_indexed_stack

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  animated_indexed_stack: ^0.0.7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:animated_indexed_stack/animated_indexed_stack.dart';
3
likes
30
points
36
downloads

Publisher

verified publisherjas.bio

Weekly Downloads

AnimatedIndexedStack is alternative of IndexedStack with ability to provide custom transitions on index change; by providing RouteTransitionsBuilder. Each child of stack can also be manually built using named parameter pageBuilderList which is list of RoutePageBuilder.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_indexed_stack