6

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?

saeid teroda
  • 123
  • 7
  • Have you seen [this](https://stackoverflow.com/questions/61796791/how-to-view-logs-even-if-the-app-has-been-disconnected-in-flutter)? – tomerpacific Sep 13 '21 at 07:05

1 Answers1

17

Open terminal and run flutter logs command.

Jobin
  • 376
  • 2
  • 6