-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels