Skip to content

Unable to use the latest intl 0.20.2, with latest pay >=1.0.0. #974

Open
@junaidirshad098

Description

@junaidirshad098

Because pay >=1.0.0 depends on flutter_localizations from sdk which depends on intl 0.19.0, pay >=1.0.0 requires intl 0.19.0.
So, because aabip depends on both pay ^3.2.0 and intl ^0.20.2, version solving failed.

You can try the following suggestion to make the pubspec resolve:

  • Consider downgrading your constraint on intl: flutter pub add intl:^0.19.0
    Failed to update packages.
    Process finished with exit code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions