flash_card

Creator: coderz1093

Last updated:

Add to Cart

Description:

flash card

FLASH CARD #
Support for creating Flash Cards - a learning method that makes it easier for users to remember information.
Dependencies:
flutter_tindercard: ^0.2.0
Install #

In your pubspec.yaml root add:

dependencies:
flash_card: ^0.0.5
copied to clipboard
Example #

Code Example #
FlashCard(
frontWidget: Container(
child: Text(
'front'
)
),
backWidget: Container(
child: Text(
'back'
)
)
)
copied to clipboard
FlashCardListItem(
flashcards: []
)

copied to clipboard

License

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

Files:

Customer Reviews

There are no reviews.