Undefined name '_selectedDay'. Try correcting the name to one that is defined, or defining the name

Viewed 24
Undefined name '_selectedDay'.
Try correcting the name to one that is defined, or defining the name.

The argument type 'dynamic' can't be assigned to the parameter type 'DateTime?'.

I just followed a package called table calendar, where I have followed the code listed and implemented it in my project but something is missing from the code. even though I copied it from github. so on '_selectedDay' what to do

1 Answers
Related