hadith_nawawi 0.0.3
hadith_nawawi: ^0.0.3 copied to clipboard
A Flutter package providing access to the collection of Arba'in Al-Nawawi (الأربعين النووية), a compilation of forty hadiths by Imam Nawawi. Includes UI components, search functionality, and multiling [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hadith_nawawiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hadith_nawawi: ^0.0.3Alternatively, 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:hadith_nawawi/hadith_nawawi.dart';