bible 0.6.0 copy "bible: ^0.6.0" to clipboard
bible: ^0.6.0 copied to clipboard

outdated

A simple application to interact with multiple bible APIs from a single place

example/bible_example.dart

import 'package:bible/bible.dart';

void main() {
  Bible.addKeys({'esvapi': 'APITOKEN'});
  var passage = Bible.queryPassage('John 3:16');
  passage.then((x) => {
        print(x.passage),
      });
}
22
likes
0
pub points
58%
popularity

Publisher

verified publisherpetit.dev

A simple application to interact with multiple bible APIs from a single place

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, reference_parser

More

Packages that depend on bible