reveal_card 1.0.0 copy "reveal_card: ^1.0.0" to clipboard
reveal_card: ^1.0.0 copied to clipboard

Card Widget with a Front Side and a Back Side. The Back side will be revealed with an animation on button click.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reveal_card

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  reveal_card: ^1.0.0

Alternatively, 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:reveal_card/reveal_card.dart';
11
likes
150
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Card Widget with a Front Side and a Back Side. The Back side will be revealed with an animation on button click.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on reveal_card