Closed tas-unn closed 8 months ago
I am getting the same issue after upgrading from v3 on a flutter web project. I also noticed that with v4 web is no longer listed as a platform. Will have to revert back to v3.
Same Problem we also have - any solutions?
Same Problem we also have - any solutions?
Revert to v3
Hello everyone! Please check out this article in docs
Talker uses different log methods for different platforms with TalkerFlutter.init() constructor By default - stdout.writeln For web - print (because the stdout.writeln method from io package is not available in web)
All you need to fix this issue - just replace Talker() constructor with TalkerFlutter.init()
Describe the bug I've tried to use gorouter with this package.
To Reproduce Steps to reproduce the behavior: 1) This is a short version of my code
2) If i comment observers line - it works fine, but Talker is not work)
All packages have been updated to the latest version