Debugging flutter apps
Install dev tools for flutter
flutter pub global activate devtoolsRun dev tools
flutter pub global run devtoolsand run your flutter app
and go to 127.0.0.1:9100 and enter your url to start debugging
https://flutter.dev/docs/development/tools/devtools/cli
Comments
Post a Comment