David Nwaneri
David Nwaneri
Same here
I think the issue is with the `archive` dependency that lottie uses. An update has been released for the `archive` package. The version lottie depends on just has to be...
[talker_bloc_logger] Since upgrading to versions 4.x.x, not seeing any logs anymore (Flutter 3.19.3)
This also happens in talker_dio_logger. Having: ```dart _dio.interceptors.add( TalkerDioLogger( settings: const TalkerDioLoggerSettings( printRequestHeaders: true, ), ), ); ```
I am also experiencing this issue. I do not think it is related to #200, I experienced that issue which has now been fixed. I tried this with talker_dio_logger version:...
Here is my implementation for `StadiumInputBorder` incase anyone has urgent need for it, pending when one is merged into the framework ```dart @immutable class StadiumInputBorder extends InputBorder { const StadiumInputBorder({...