Since {{fallbackHostsUseDefault}} is deprecated in {{cocoa}}, {{java}} and {{flutter}}, but still used in {{codec.dart}} we're getting an lint error:
{code}
INFO: 'fallbackHostsUseDefault' is deprecated and shouldn't be used. no alternative to this.
lib/src/platform/src/codec.dart:271:11
{code}
We have to read/write this value from platform libraries, so as long as it's not removed, it should still be used internally in the Ably codebase. We should ignore the warning to increase pub.dev scoring and keep linter output clean.
Since {{fallbackHostsUseDefault}} is deprecated in {{cocoa}}, {{java}} and {{flutter}}, but still used in {{codec.dart}} we're getting an lint error:
{code} INFO: 'fallbackHostsUseDefault' is deprecated and shouldn't be used. no alternative to this. lib/src/platform/src/codec.dart:271:11 {code} We have to read/write this value from platform libraries, so as long as it's not removed, it should still be used internally in the Ably codebase. We should ignore the warning to increase pub.dev scoring and keep linter output clean.