screens/mother_details/mother_details_cubit library

Classes

MotherDetailsCubit
MotherDetailsState
State class for the mother details screen.

Functions

fetchMothers(Databases db, {DateTime? fromDate, DateTime? tillDate}) Future<List<Document>>
Fetches mothers from the database with optional date filtering.