Skip to content

form_builder_validator is not compatible with intl. 0.19.0 #73

Closed as not planned
@iKK001

Description

@iKK001

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

9.1.0

Platforms

  • Android
  • iOS
  • Linux
  • MacOS
  • Web
  • Windows

Flutter doctor

not needed

Minimal code example

dependencies:
  flutter:
    sdk: flutter
  flutter_localizations:
    sdk: flutter
  intl: ^0.19.0
  form_builder_validators: ^9.1.0

Current Behavior

Because form_builder_validators >=9.1.0 depends on intl ^0.18.1 and my_app depends on intl ^0.19.0, form_builder_validators >=9.1.0 is forbidden.

Expected Behavior

form_builder_validator should be compatible with intl. 0.19.0

Steps To Reproduce

add intl: ^0.19.0 to your pubscpec.yaml dependencies...

Aditional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions