To add on to fartem's answer, you might also have to call the function with which you load the data with
Navigator.push(context, secondScreen).then((result) => setState(() { getAddress(); }));