-1

I am trying to build a flutter application and want to use flutter_google_places dependency in it but it is showing me this following error:

Because flutter_google_places >=0.2.5 depends on rxdart ^0.24.0 and flutter_google_places >=0.2.4 <0.2.5 depends on rxdart ^0.23.1, flutter_google_places >=0.2.4 requires rxdart ^0.23.1 or ^0.24.0.

Can someone help me with this please?

Ankit
  • 481
  • 1
  • 8
  • 27

1 Answers1

0

You can either upgrade the rxDart package.

rxdart: ^0.25.0

Or, Downgrade the flutter_google_places package to 0.2.4.

flutter_google_places: ^0.2.4

imgkl
  • 1,013
  • 1
  • 7
  • 24