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

outdated

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
0
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

Utilities for getting (local) random quotes.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on awesome_quotes