Kulwinder Singh
03/03/2021, 1:17 PMJohn O'Reilly
03/03/2021, 1:19 PMKulwinder Singh
03/03/2021, 1:28 PMKulwinder Singh
03/03/2021, 1:33 PMint result = await Navigator.push(
context,
MaterialPageRoute(builder: (context) => SecondRoute(data: something)),
);
on Second Route or screen
Navigator.of(context).pop(5);// sending 5 as result
Stylianos Gakis
03/03/2021, 1:40 PMIan Lake
03/03/2021, 2:42 PMColton Idle
03/03/2021, 5:20 PM