ihou

Results 2 comments of ihou

Use this Code,ChatGPT gives me this solution,it works!!! 1. wrap your root widget with RestartWidget 2. call RestartWidget.restartApp ``` import 'package:flutter/material.dart'; class RestartWidget extends StatefulWidget { final Widget child; const...

Use this Code,ChatGPT gives me this solution,it works!!! 1. wrap your root widget with RestartWidget 2. call RestartWidget.restartApp ``` import 'package:flutter/material.dart'; class RestartWidget extends StatefulWidget { final Widget child; const...