tafsir_library 1.0.1
tafsir_library: ^1.0.1 copied to clipboard
A Flutter/Dart library for displaying and accessing Tafsir, Translations and Tajweed data with ready-made UI widgets and a direct API facade.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tafsir_libraryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tafsir_library: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tafsir_library/tafsir_library.dart';