Last updated:
0 purchases
route transitions ad
Simple transitions for managing animations avoid having to write more than necessary to make your animations
Ruta Transicion #
Transiciones simples para manejo de transiciones
Getting started #
add the dependency to the pubspec.yaml and then use "RutaTransición()" to call it and then use the flutter self-help and that's it
Usage #
This is a package created through a flutter course, there is no need to use it, it is just a test package that I may discontinue, thank you.
const like = '#por el momento solo recibe estos parametros pero evita tener que escribir mas codigo
RutaTransicion(
context: context,
child: const Page2(),
animation: AnimationType.normal,
duracion: const Duration(milliseconds: 300),
replacement: true
);
';
copied to clipboard
Additional information #
This is a package created through a flutter course, there is no need to use it, it is just a test package that I may discontinue, thank you.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.