Description

simple customize row date picker - Use with love

Screenshots

screanshott screanshott

Getting started

add package URL in your Yami file.

Usage

RowDatePicker(
    type: DatePickerType.monthYear,
        onTap: (final value) {
        debugPrint(value);  
    }
),

Additional information

Libraries

row_date_picker