Open hami-sh opened 5 months ago
Hi, no it is not the best you can do at the moment is to add something like this to your widgets init state.
void initState() {
super.initState();
WidgetsBinding.instance.addPostFrameCallback((_) {
controller.animateToDateTime(DateTime.now());
});
}
Hi there! Would it be possible in the day view for the view to load focussed on the current time (ie the red bar?)
Thanks!