bible 0.7.0 copy "bible: ^0.7.0" to clipboard
bible: ^0.7.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' as bible;

void main() {
  bible.addKeys({'esvapi': 'APITOKEN'});
  var passage = bible.queryPassage('John 3:16');
  passage.then((x) => {
        print(x.passage),
      });
}
22
likes
0
pub points
57%
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