Results 43 comments of Stanislav Ilin

Hello @huanguan1978 ! Thank you for this issue. I will update talker_http_logger dependencies in near future

Hello @huanguan1978 @JPFrancoia ! Sorry for the delay. Now you can use version `0.1.0-dev.3` of the library.

Hello @wcoder ! This is really a bug. We need to fix this issue ⚙️

Hello @lucasdidur! Could you please explain your idea in more detail?

Hello @JPFrancoia ! Great idea! I think it will be useful for all grpc client users on flutter Can you open a PR with that package in main project repository...

Hello everyone! I will check this issue in near future Now it seems that this is related to the [output](https://github.com/Frezyx/talker/blob/master/packages/talker_logger/lib/src/logger.dart) method in talker_logger lib

Hello everyone! To prevent issues with log output, you need to pass **talker** as a parameter to all third-party libraries in the talker ecosystem. **You can use the following code...

And now I move back default Talker output method for mobile platforms. Please check how TalkerDioLogger works in your applications with version 4.1.4 ```yaml talker_flutter: ^4.1.4 talker_dio_logger: ^4.1.4 talker_bloc_logger: ^4.1.4...

Hi @tas-unn! Yes, you can currently save the log history to a file and read it on restart. However, you will need to create an adapter to save data in...