Oleg Toplionkin
Oleg Toplionkin
Hello to everyone. I'm trying to keep a persistent chat feed and stumbled across a unknown behavior. The goal is to retrieve chat content via `getChatHistory`, store its content in...
While deserializing polls flutter version of tdlib throws a error at `poll.dart` line 51, code `id: int.parse(json['id']),` with error `type int is not a string`. This happens because when serializing...
Hello. Is there a way (or planned) to close some specific scopes? I'm opening scope for a stateful widget in `initState` method and closing the scope on `dispose` which allows...
Hi. As you know you can created 2x/3x/4x image assets. And that generates `static const String 2xFacilityPinBasicOpened = 'assets/images/2x/facility_pin_basic_opened.png';` which is an error named variable. Please fix it to any...