time_slot_widget

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

time slot widget

.
时间轴的widget #
Features #

用于预约会议室时间段显示
Getting started #
dependencies:
flutter:
sdk: flutter
time_slot_widget: 0.1.0
copied to clipboard
Usage #
TimeSlotWidget(
timeItemBuilder: (int index) {
int start = 10 + index * max(2, indexFirst + 2);
int end = start + 1;
return TimeItemEntity(
start: buildDateTime(start),
end: buildDateTime(end),
);
},
count: 3,
timeStyle: TimeStyle(
height: (50 + indexFirst).toDouble(),
timeHeight: (24 + indexFirst*2).toDouble(),
),
);

copied to clipboard
Additional information #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.