Sergio Molchanovsky
Sergio Molchanovsky
That's extremely strange, but if I subscribe to status AFTER setToken(), it works just fine: Result: Maybe the problem's because of this line When I create a FreshLink, the setter...
That's how it's implemented in my project. The backend sends the custom error code `E_TOKEN_INACTIVE`, when it's expired ```dart shouldRefresh: (response) { final errors = response.errors; return errors != null...
Этот пакет, похоже, заброшен авторами. Спросите сюда https://pub.dev/packages/yandex_mapkit_community Тут чуваки активно фиксят баги и поддерживают.
Same here. If you manually changed MainActivity.kt, you should also fix package name in: - debug/android_manifest.xml - profile/android_manifest.xml - android/app/build.gradle - folder names in `main/kotlin/com/example/oldname` path Otherwise you will get...
I confirm that we need this feature. It's inconvenient to setup delays through the Sequence.
Same here.
> Readability is a subjective thing. But statements can't be used everywhere. E.g can't use them when building collections. We have "collection if" and "collection for" in Dart.
same here incompatible to Flutter 3.22
By the way, I asked Flutter team to make the same tool out of the box, please give some thumbs up https://github.com/flutter/devtools/issues/7336
> just thought of something: > I could publish a json_serializable_all (name tdb) package that supports all types in addition to the specialized packages. > > this would not be...