animated_card 1.0.0+7 copy "animated_card: ^1.0.0+7" to clipboard
animated_card: ^1.0.0+7 copied to clipboard

outdated

Package to animate the initialization of any widget, with the possibility of using a custom dismissible.

animated_card #

Package to animate the initialization of any widget, with the possibility of using a custom dismissible.

How to use #

pubspec.yaml

  animated_card: <lastest version>

import

import 'package:animated_card/animated_card.dart';

Simple implementation

AnimatedCard(
    child: <Widget>,
),

Dismissible implementation

AnimatedCard(
    direction: AnimatedCardDirection.left, //Initial animation direction 
    initDelay: Duration(milliseconds: 0), //Delay to initial animation
    duration: Duration(seconds: 1), //Initial animation duration
    onRemove: () => lista.removeAt(index), //Implement this action to active dismiss
),

Example #

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

66
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Package to animate the initialization of any widget, with the possibility of using a custom dismissible.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on animated_card