Carapacik / swagger_parser

Dart package that takes an OpenApi definition file and generates REST clients based on retrofit and data classes for your project.
https://pub.dev/packages/swagger_parser
MIT License
94 stars 43 forks source link

Is it worth raising the minimum version of Dart to 3? #77

Closed Carapacik closed 12 months ago

tsinis commented 1 year ago

IMHO, it would be worthwhile to consider raising the minimum version of Dart to 3, especially if you intend to take advantage of its new features. While those who are still using Dart versions prior to 3 may continue to use older versions of the package without the new features, it's important to note that this package is not the only one that they may have in an outdated state.

JasCodes commented 1 year ago

Yeah only if you want to use some new language feature I guess