I want to restart my application by clicking a button. How can I do like that when click a button?
Asked
Active
Viewed 7,190 times
1
-
What 'restart' do you mean? If you just want to reload entire application, you can recreate your `MaterialApp` – hunghd Jun 13 '18 at 09:14
1 Answers
1
In Flutter, AFAIK it is not available. But you can implement by platform channel.
In Android, You can do this with this answer.
In iOS it is not possible natively also.

Dhrumil Shah - dhuma1981
- 15,166
- 6
- 31
- 39