Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.