79337894

Date: 2025-01-08 03:24:35
Score: 1
Natty:
Report link

just add

  onPressed: () async {
    await Navigator.of(context).push(MaterialPageRoute(
        builder: (context) => BuatAssesment(
              eventId: widget.classEventsData['id'],
            )));
    setState(() {});
  },
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: dika desu