Mateus Felipe C. C. Pinto
Mateus Felipe C. C. Pinto
I know this is what you are asking for, but sometimes you can rethink how you are going to express your code. For instance, the above could be written as...
I agree with @benthillerkus. On one side, it is true that the current approach is very verbose. I think Dart, in general, is often a verbose language. If that's good...
What is the advantage of keeping the current behavior? For instance, if for an object `o` with type `int` I do `o as String`, it will always be a runtime...
> [@lrhn](https://github.com/lrhn) I think what most users want is not actually checked exceptions just a better way to signal to the tooling what exceptions are thrown, and for the tooling...
Thank you for your report. Can you provide a minimal reproduction sample?
> Open the default flutter project and add the lines mentioned previously. Also in the gradle-wrapper.properties file change the distributionURL to: > > ``` > distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip > ``` > >...
> any update on how long this is going to take? We need to use it before 29 Aug. Hello, @SpirikleOfficial. Could you open a PR with a fix? I'm...
@SpirikleOfficial Can you test against `master`? I just committed a potential solution. In my personal tests, it should now emit a warning but compile nonetheless.
@SpirikleOfficial I don't want to bother you, but could you test it? I want to release a new version after this has been solved.
@SpirikleOfficial That's interesting (and weird). Does anything appear in the Java logs?