- Updated AttendanceController to use Rx<DateTime> for date ranges. - Introduced DateRangePickerWidget for selecting date ranges in attendance and expense filters. - Refactored attendance filter bottom sheet to utilize the new DateRangePickerWidget. - Enhanced user document filter bottom sheet with date range selection. - Improved expense filter bottom sheet to include date range selection and refactored UI components for better readability. - Cleaned up unused code and improved overall code structure for maintainability.