-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Description
Hi there,
I just wanted to upgrade my project to flutter 3.10.4
It seems like there is an issue with the intl version in the code that the dart generator produces. It references version ^0.17.0 however intl: 0.18.0 is required for the new flutter version.
I searched through the code and could not find any usages of the intl package anyway, so I would suggest to just remove the following line from the mustache template:
openapi-generator/modules/openapi-generator/src/main/resources/dart2/pubspec.mustache
Line 19 in afca85a
| intl: '^0.17.0' |
If anyone sees a reason why this is important, we could also change it to >=0.17.0
I can provide a PR, just let me know which of the two versions you would prefer.
Cheers!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels