gluecodium icon indicating copy to clipboard operation
gluecodium copied to clipboard

Add full support for type aliases in Dart

Open DanielKamkha opened this issue 4 years ago • 1 comments

Dart 2.13 adds support for type aliases. So Gluecodium needs to start generating those too (currently they are just resolved and replaced by the target type, similar to Java). However, the release of this feature will probably be delayed until HERE internal users of Gluecodium are ready to have Dart 2.13 as a minimum version in pubspec.yaml.

DanielKamkha avatar May 20 '21 05:05 DanielKamkha

The results are shelved in the dart-type-aliases branch. Using the code with type aliases requires minimum version of Dart set to 2.13.0 in pubspec.yaml, so not releasing this yet until HERE-internal users of Gluecodium are ready to bump the minimum version.

DanielKamkha avatar Jun 17 '21 13:06 DanielKamkha