flutter_drag_animation 0.0.1 copy "flutter_drag_animation: ^0.0.1" to clipboard
flutter_drag_animation: ^0.0.1 copied to clipboard

A Flutter package for card animate.

Flutter Drag Card #

A Flutter package for get drag card animation.

installation #

Add your dependencies to your pubspec.yaml file.

dependencies:
  flutter_drag_card: ^0.0.1

usage #

import 'package:flutter_drag_card/flutter_drag_card.dart';
CardDragAnimation(
    child: Container(
        width: 100,
        height: 166,
        decoration: BoxDecoration(
            color: Color(0xFF041632),
            borderRadius: BorderRadius.circular(8),
        ),
        child: const Center(
            child: Text(
                'Drag Me!',
                style: TextStyle(
                color: Colors.white,
                fontSize: 20,
                ),
            ),
        ),
    )
);
1
likes
130
points
17
downloads

Publisher

verified publisherpeegel.xyz

Weekly Downloads

A Flutter package for card animate.

Homepage
Repository (GitLab)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_drag_animation