StarProxima

Results 15 comments of StarProxima

@trevorwang Is there no progress on this problem? Dio supports single file sending - https://pub.dev/packages/dio#sending-formdata

Perhaps the problem is that the Linways V4 application is in open testing status. I have the same problem with my application, which is in open testing. https://play.google.com/store/apps/details?id=com.nullexp.cube_system

> to put things directly on the `ClassDeclaration` instance. But it is possible we could allow asking for members in the types phase, with the understanding that they will not...

Hi @larryaasen, could you check it out?

@SNNafi Hi, do you plan on doing this as part of another pr? As I understand it, the main work is done and only some edits are left to be...

@chillbrodev @eseidel @felangel Hi, I've been thinking for a long time about how to handle updates and patches in applications in one good way, so that it is possible to...

How is this proposal different from this [one](https://github.com/dart-lang/language/blob/main/working/3616%20-%20enum%20value%20shorthand/proposal-lrhn.md)? The existing design proposal seems more thoughtful. Also, I agree that having starting points can simplify typing with autocomplete, also it would...

@tatumizer Is it really necessary to support the `Colors` class? In theory, we can get colors from many places, from our own class with static fields, from `ThemeExtension`, directly using...

@eernstg If we want to allow `Colors` class, perhaps we could add some annotation to support the use of `Colors` wherever` Color` is required (perhaps on the declaration of the...

@felangel > Fwiw we previously had this functionality and deprecated and removed it since it was already available in the console: But why was this functionality removed, even if similar...