simple_quotes_plus
A Dart package that provides structured access to quotes, organized by category, author, and text.
Features
- Get a random quote
- Filter by category
- Search by keyword
- See all available categories
Example
final repo = QuoteRepository();
print(repo.getRandom());