gluecodium
gluecodium copied to clipboard
Add full support for type aliases in Dart
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.
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.