colored_flashcard 0.1.0
colored_flashcard: ^0.1.0 copied to clipboard
A lightweight, accessible Flutter widget for question/answer flashcards with tap/swipe flip, automatic text contrast, tiled diagonal watermark, and built-in text auto-fit without external deps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add colored_flashcardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
colored_flashcard: ^0.1.0Alternatively, 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:colored_flashcard/colored_flashcard.dart';