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

Reusable Flutter widgets for Bible content rendering.

bible_widgets #

Reusable Flutter widgets for rendering Bible content using bible_core.

Usage #

import 'package:bible_core/bible_core.dart';
import 'package:bible_widgets/bible_widgets.dart';

final controller = BibleController(
  sources: {
    'it': 'https://api.getbible.net/v2/riveduta.json',
    'ar': 'https://firebasestorage.googleapis.com/v0/b/milano-af4f2.appspot.com/o/Arabic%20Bible.json?alt=media&token=70aa1327-857e-4ed8-b823-4060c0db97bb',
  },
);
await controller.loadBible();

ChapterView(
  controller: controller,
  book: controller.books.first,
  chapter: 1,
);

License #

MIT

0
likes
140
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Reusable Flutter widgets for Bible content rendering.

License

MIT (license)

Dependencies

bible_core, flutter

More

Packages that depend on bible_widgets