Flutter Dependencies

Hello everyone, greetings. I'm having problems creating custom actions, I get this error:

Note: collection is pinned to version 1.18.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 collection 1.18.0, collection 1.18.0 is required.

So, because custom_widget depends on collection 1.17.2, version solving failed.

https://github.com/dart-lang/sdk/wiki/Flutter-Pinned-Packages

Do you know how to solve this error, since it doesn't let me test my custom actions, or is it a Flutterflow thing, thank you very much in advance.

3 replies