You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Vlad Koronnov (Jira)" <ji...@apache.org> on 2023/05/17 06:46:00 UTC

[jira] [Created] (THRIFT-5712) Incompatibility with Dart 3.0

Vlad Koronnov created THRIFT-5712:
-------------------------------------

             Summary: Incompatibility with Dart 3.0
                 Key: THRIFT-5712
                 URL: https://issues.apache.org/jira/browse/THRIFT-5712
             Project: Thrift
          Issue Type: Bug
          Components: Dart - Compiler
    Affects Versions: 0.18.1
            Reporter: Vlad Koronnov


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)