I have pinned the pubspec dependency package to a specific version that I want to use:month_picker_dialog: ^5.1.3
Yet flutter flow seems to pick 5.2.0 and I don't understand why.
I have pinned the pubspec dependency package to a specific version that I want to use:month_picker_dialog: ^5.1.3
Yet flutter flow seems to pick 5.2.0 and I don't understand why.
I have tried removing package, removing custom code, build it to cause it to fail and then ad the package again.
Yet it doesn't work, FlutterFlow keeps trying to use 5.2.0.
Same thing when I run the app locally using FlutterFlow (I have not tried building the code myself)