Hi there,
I'm getting error message below:
The current Dart SDK version is 3.3.0.
Because flutter_google_places >=0.3.0 depends on rxdart ^0.26.0 and flutter_google_places <0.3.0 doesn't support null safety, every version of flutter_google_places requires rxdart ^0.26.0.
So, because pawsome_places depends on both flutter_google_places any and rxdart 0.27.7, version solving failed.
The lower bound of "sdk: '>=2.0.0-dev <3.0.0'" must be 2.12.0 or higher to enable null safety.
For details, see https://dart.dev/null-safety
As far as I can tell, flutter_google_places request rxdart. 0.26.0 but flutterflow requires rxdart 0.27.7.
Strangely, I've seen this message before. Then it went a way. Later when I migrated my changes to my main FF project, the issue returned and I can't find a way to resolve it.
Any tips? I've had this code working without problem but now stuck.