Currently the app used builtdebugPrint but we do not have any dedicated logger in place in the app.
This can help debug issues faster and figure our bugs.
We can use this package - https://pub.dev/packages/logger
A guide can be found here - https://medium.com/flutter-community/a-guide-to-setting-up-better-logging-in-flutter-3db8bab2000e
Final Result should be like this:

Currently the app used built
debugPrintbut we do not have any dedicated logger in place in the app.This can help debug issues faster and figure our bugs.
We can use this package - https://pub.dev/packages/logger
A guide can be found here - https://medium.com/flutter-community/a-guide-to-setting-up-better-logging-in-flutter-3db8bab2000e
Final Result should be like this: