flutter_stack_card 0.2.0+1
flutter_stack_card: ^0.2.0+1 copied to clipboard
Stack Card Widget is fastest way to create swap card in flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_stack_cardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_stack_card: ^0.2.0+1Alternatively, 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:flutter_stack_card/flutter_stack_card.dart';