Skip to content

Easy one: Dart Generator - Flutter 3.10 compatibility #15845

@wiesnery

Description

@wiesnery

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:

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions