BrianTV98/flash_card
package
- Stars
- 5
- Forks
- 2
- 最近推送(UTC)
- 2021年12月12日
- 專案狀態
- 未封存
語言DartHTMLSwiftKotlinObjective-C
使用的依賴
依賴清單 3 項
- lint
^1.5.3 - flutter
{"sdk":"flutter"} - flutter_test開發依賴
{"sdk":"flutter"}
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 README
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.yamlroot add:
dependencies:
flash_card: ^0.0.5
Example
Showscase gif
Code Example
FlashCard(
frontWidget: Container(
child: Text(
'front'
)
),
backWidget: Container(
child: Text(
'back'
)
)
)
FlashCardListItem(
flashcards: []
)