awesome_quotes 0.0.2 copy "awesome_quotes: ^0.0.2" to clipboard
awesome_quotes: ^0.0.2 copied to clipboard

Utilities for getting (local) random quotes.

example/awesome_quotes_example.dart

/*
 * Copyright (c) 2023, Pedro Alves. All rights reserved. Use of this source code
 * is governed by a MIT-style license that can be found in the LICENSE file.
 */

import 'package:awesome_quotes/awesome_quotes.dart';

void main() {
  final quote = randomQuote();
  print("${quote.text}\nby ${quote.author}");
}
0
likes
130
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

Utilities for getting (local) random quotes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on awesome_quotes