[
https://issues.apache.org/jira/browse/THRIFT-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18084580#comment-18084580
]
Jens Geyer commented on THRIFT-5712:
------------------------------------
Hi, [~martinhaimberger], [~ohthepain] [~erikeah],
I would be interested in bringuing that topic forward. You will have to bear
with me as I don't use Dart myself and might be bothering you with some stupid
quesions, but since I recently discovered the lack of Dart 3 and found this
ticket, I'd like to express my support to it.
According to https://groups.google.com/g/flutter-announce/c/JQHzM3FbBGI
versions older than Dart 3 are deprecated and no lonbger supported, so a clean
cut towards Dart 3 seems to make most sense for me. What do you think? And how
do we continue?
> Add Dart 3 compatibility
> ------------------------
>
> Key: THRIFT-5712
> URL: https://issues.apache.org/jira/browse/THRIFT-5712
> Project: Thrift
> Issue Type: Improvement
> Components: Dart - Compiler
> Affects Versions: 0.18.1
> Reporter: Vlad Koronnov
> Priority: Major
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> Dart project generated by thrift has constraints in pubspec.yaml
>
> {code:java}
> name: dart_client
> version: 0.0.1
> description: Autogenerated by Thrift Compiler
> environment:
> sdk: '>=2.12.0 <3.0.0' {code}
>
>
> And generated code uses uninitialized variables, which can't be used with
> sound null safety, required by Dart 3.0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)