Skip to content

Flutterflow update Error #10

@Volf94

Description

@Volf94

Hi, I am using this package with flutterflow and they recently did an update to Flutter 3.0. Which i think has messed up my code using download dependency. I am getting the following error:

Error: Failed running flutter pub get...
Note: intl is pinned to version 0.19.0 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.

Because custom_widget depends on flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required.
So, because custom_widget depends on intl 0.18.1, version solving failed.

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

  • Try an upgrade of your constraints: flutter pub upgrade --major-versions

Any Ideas...

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions