Skip to content

Calendar disappears with setState #18

@PINHOf

Description

@PINHOf

I'm using the onWeekChanged event to add some logic & update some variables and if I use the setState function within this event, the calendar disappears. Firstly I thought it was due to my code, but it doesn't seem.

onWeekChanged: () {
	setState(() {
	  // Even with this empty, the calendar will disappear
	});
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions