David Nwaneri

Results 5 comments of David Nwaneri

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...

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({...