animated_visibility

Creator: coderz1093

Last updated:

Add to Cart

Description:

animated visibility

Animated Visibility #
Animate appearance and disappearance using pre-built effects with the AnimatedVisibility widget.

Getting Started #
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
animated_visibility: <latest_version>
copied to clipboard
In your library add the following import:
import 'package:animated_visibility/animated_visibility.dart';
copied to clipboard
Basic usage #
AnimatedVisibility(
visible: _isShow,
enter: fadeIn() + scaleIn(),
exit: fadeOut() + slideOutHorizontally(),
child: <content to show/hide>,
);
copied to clipboard
Demo #
Sample app demonstrates how simple the usage of the library actually is.
Bugs and Feedback #
For bugs, questions and discussions please use the Github Issues.
Credits #
animated_visibility is owned and maintained by the Canopas team. You can follow them on Twitter at @canopassoftware for project updates and releases.

License

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

Customer Reviews

There are no reviews.