How can I receive my app Logs after killing it?

Viewed 685

To test my flutter app background notifications, I need to still receive its logs in the terminal when my app is terminated/killed (not in background). Is there a solution to this?

1 Answers

Open terminal and run flutter logs command.

Related