fortune 0.1.0 copy "fortune: ^0.1.0" to clipboard
fortune: ^0.1.0 copied to clipboard

A dart library for retrieving fortunes.

example/fortune_example.dart

// Copyright (c) 2017, 'rinukkusu'. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:fortune/fortune.dart';

main() {
  var fortune = new FortuneFromData();
  print(fortune.next());
}
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A dart library for retrieving fortunes.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on fortune