score:0

Accepted answer
   var alerts = await alerttable.where(n=> n.startdate >= fromdate && n.startdate <= todate).tolistasync();

score:0

   var alerts = await alerttable.where(n=>n.accountid==client.currentuser.userid && n.startdate.date == date.date).tolistasync();

Related Query

More Query from same tag